Skip to content

Commit

Permalink
docs: fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 30, 2024
1 parent 8f71634 commit 679701a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (go-package-manager)

## 0.22.4
## 0.22.5

- **BREAKING CHANGE**: default AI model for Open AI is `gpt-4o-mini` now
- **BREAKING CHANGE**: default AI model for Ollama is `llama3.3` now
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ If you would like to use AI feature, like suggestion of branch names, you can se

Create (or use) an API from https://platform.openai.com/api-keys and write it to `OPENAI_API_KEY` environment variable.

By default `gpt-3.5-turbo` model is used. You can change this, by setting up `GPM_AI_CHAT_MODEL` environment variable with a [value from here](https://platform.openai.com/docs/models) like this:
By default `gpt-4o-mini` model is used. You can change this, by setting up `GPM_AI_CHAT_MODEL` environment variable with a [value from here](https://platform.openai.com/docs/models) like this:

```dotenv
GPM_AI_CHAT_MODEL=gpt-4-turbo
Expand Down

0 comments on commit 679701a

Please sign in to comment.