Skip to content

Commit

Permalink
chore: version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Aug 27, 2024
1 parent 1e47a34 commit 8f626c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion packages/ollama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ollama-ai-provider

## 0.13.0

### Minor Changes

- Add custom provider support

## 0.12.1

### Patch Changes
Expand All @@ -13,7 +19,7 @@
- Update to Vercel AI SDK 3.3
- Added support to sending custom headers
- Added support to stopSequences and topK settings
- Added settings to disable experimental stream tooling
- Added settings to disable experimental stream tooling

## 0.11.0

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.12.1",
"version": "0.13.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 8f626c0

Please sign in to comment.