Skip to content

Commit 9e754cd

Browse files
authored
Corrected typos in Snowflake model names and symbols (#135)
Fixed typos in the model names and symbols for Snowflake Arctic Embed and its version 2.0. Changed "artic" to "arctic" consistently across the codebase.
1 parent 47c18a2 commit 9e754cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llm-models.el

+4-4
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,15 @@ REGEX is a regular expression that can be used to identify the model, uniquely (
215215
:context-length 256
216216
:regex "all-minilm")
217217
(make-llm-model
218-
:name "Snowflake Artic Embed" :symbol 'snowflake-artic-embed
218+
:name "Snowflake Arctic Embed" :symbol 'snowflake-arctic-embed
219219
:capabilities '(embedding free-software) ;; Apache license
220220
:context-length 8192
221-
:regex "snowflake-artic-embed")
221+
:regex "snowflake-arctic-embed")
222222
(make-llm-model
223-
:name "Snowflake Artic Embed 2.0" :symbol 'snowflake-artic-embed2
223+
:name "Snowflake Arctic Embed 2.0" :symbol 'snowflake-arctic-embed2
224224
:capabilities '(embedding free-software) ;; Apache license
225225
:context-length 8192
226-
:regex "snowflake-artic-embed2")
226+
:regex "snowflake-arctic-embed2")
227227
(make-llm-model
228228
:name "Qwen 2.5" :symbol 'qwen-2.5
229229
:capabilities '(generation tool-use) ;; Apache license for some variations only

0 commit comments

Comments
 (0)