Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Oct 10, 2024
1 parent 072d107 commit d9ee306
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 105 deletions.
4 changes: 2 additions & 2 deletions packages/ollama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"author": "Sergio Gómez Bachiller <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@ai-sdk/provider": "0.0.23",
"@ai-sdk/provider-utils": "1.0.19",
"@ai-sdk/provider": "0.0.24",
"@ai-sdk/provider-utils": "1.0.20",
"partial-json": "0.1.7"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/ollama/src/ollama-chat-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export type OllamaChatModelId =
| 'llama3.1:8b'
| 'llama3.1:70b'
| 'llama3.1:405b'
| 'llama3.2'
| 'llama3.2:1b'
| 'llama3.2:3b'
| 'llava'
| 'llava:7b'
| 'llava:13b'
Expand Down
Loading

0 comments on commit d9ee306

Please sign in to comment.