Skip to content

Commit

Permalink
chore: version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Jan 17, 2025
1 parent e7967c3 commit e16c053
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,12 +1,18 @@
# ollama-ai-provider

## 1.2.0

### Minor Changes

- Implement simulateStreaming setting

## 1.1.0

### Minor Changes

- Add support to structured output
- Requires Ollama >= 0.5.0

## 1.0.0

### Major 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": "1.1.0",
"version": "1.2.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 e16c053

Please sign in to comment.