Skip to content

Commit

Permalink
feat: add more popular models to OllamaChatModelId
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Jun 28, 2024
1 parent 0eacade commit f9797ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/ollama/src/ollama-chat-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export type OllamaChatModelId =
| 'gemma'
| 'gemma:2b'
| 'gemma:7b'
| 'gemma2'
| 'gemma:9b'
| 'gemma:27b'
| 'llama2'
| 'llama2:7b'
| 'llama2:13b'
Expand Down Expand Up @@ -41,6 +44,17 @@ export type OllamaChatModelId =
| 'moondream:1.8b'
| 'openhermes'
| 'openhermes:v2.5'
| 'qwen'
| 'qwen:7b'
| 'qwen:14b'
| 'qwen:32b'
| 'qwen:72b'
| 'qwen:110b'
| 'qwen2'
| 'qwen2:0.5b'
| 'qwen2:1.5b'
| 'qwen2:7b'
| 'qwen2:72b'
| 'phi3'
| 'phi3:3.8b'
| (string & NonNullable<unknown>)
Expand Down

0 comments on commit f9797ad

Please sign in to comment.