Skip to content

Commit

Permalink
Merge pull request #30 from patelvivekdev/main
Browse files Browse the repository at this point in the history
Added IBM Granite models
  • Loading branch information
sgomez authored Oct 27, 2024
2 parents e0939fe + 5b74f2b commit 725b05f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ollama/src/ollama-chat-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ export type OllamaChatModelId =
| 'gemma2:2b'
| 'gemma2:9b'
| 'gemma2:27b'
| 'granite3-dense'
| 'granite3-dense:2b'
| 'granite3-dense:8b'
| 'granite3-moe'
| 'granite3-moe:1b'
| 'granite3-moe:3b'
| 'llama2'
| 'llama2:7b'
| 'llama2:13b'
Expand Down

0 comments on commit 725b05f

Please sign in to comment.