Skip to content

Commit

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

## 0.4.0

### Minor Changes

- - Added more models autocompletion
- Added extra ollama settings

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ollama-ai-provider",
"version": "0.3.0",
"version": "0.4.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 0b992df

Please sign in to comment.