Skip to content

Commit

Permalink
chore: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Nov 22, 2024
1 parent 5da8798 commit cf0a5b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/ollama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ollama-ai-provider

## 1.0.0

### Major Changes

- Release 1.0.0

- Requires AI SDK 4.0
- Removed deprecated OllamaChatSettings
- stop
- topK
- Removed ollama-facade

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ollama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ollama-ai-provider",
"version": "0.16.1",
"version": "1.0.0",
"description": "Vercel AI Provider for running LLMs locally using Ollama",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit cf0a5b3

Please sign in to comment.