Skip to content

Commit

Permalink
feat: add new models
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Dec 6, 2024
1 parent 4a06cdc commit 7de9ec5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/ollama/src/ollama-chat-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ export type OllamaChatModelId =
| 'llama3.2-vision'
| 'llama3.2-vision:11b'
| 'llama3.2-vision:90b'
| 'llama3.3'
| 'llama3.3:70b'
| 'llama-guard3'
| 'llama-guard3:1b'
| 'llama-guard3:8b'
Expand All @@ -75,6 +77,8 @@ export type OllamaChatModelId =
| 'llava-llama3:8b'
| 'llava-phi3'
| 'llava-phi3:3.8b'
| 'marco-o1'
| 'marco-o1:7b'
| 'mistral'
| 'mistral:7b'
| 'mistral-large'
Expand Down Expand Up @@ -128,6 +132,12 @@ export type OllamaChatModelId =
| 'qwen2.5-coder:7b'
| 'qwen2.5-coder:14b'
| 'qwen2.5-coder:32b'
| 'qwq'
| 'qwq:32b'
| 'sailor2'
| 'sailor2:1b'
| 'sailor2:8b'
| 'sailor2:20b'
| 'shieldgemma'
| 'shieldgemma:2b'
| 'shieldgemma:9b'
Expand All @@ -136,6 +146,8 @@ export type OllamaChatModelId =
| 'smollm:135m'
| 'smollm:360m'
| 'smollm:1.7b'
| 'tinyllama'
| 'tinyllama:1.1b'
| 'tulu3'
| 'tulu3:8b'
| 'tulu3:70b'
Expand Down
2 changes: 2 additions & 0 deletions packages/ollama/src/ollama-embedding-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export type OllamaEmbeddingModelId =
| 'snowflake-arctic-embed:22m'
| 'snowflake-arctic-embed:335m'
| 'snowflake-arctic-embed:33m'
| 'snowflake-arctic-embed2'
| 'snowflake-arctic-embed2:568m'
| OllamaChatModelId
| (string & NonNullable<unknown>)

Expand Down

0 comments on commit 7de9ec5

Please sign in to comment.