Skip to content

Commit

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

## 0.16.0

### Minor Changes

- Add access to request body
- Add provider defined tools API

## 0.15.2

### 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.15.2",
"version": "0.16.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 a535e4d

Please sign in to comment.