Skip to content

Commit

Permalink
Merge pull request #471 from grafana/bump-version-0.10.10
Browse files Browse the repository at this point in the history
bump grafana-llm-app to 0.10.10
  • Loading branch information
yoziru authored Oct 18, 2024
2 parents 151868d + 8270cb5 commit 5854977
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/grafana-llm-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.11.0

- Update model defaults:
- Base: `gpt-3.5-turbo` to `gpt-4o-mini`
- Large: `gpt-4-turbo` to `gpt-4o`

## 0.10.9

- Update wording around OpenAI and open models
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-llm-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/llm-app",
"version": "0.10.9",
"version": "0.11.0",
"description": "Plugin to easily allow llm based extensions to grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 5854977

Please sign in to comment.