Skip to content

Commit

Permalink
feat: to gpt-4-turbo-2024-04-09
Browse files Browse the repository at this point in the history
  • Loading branch information
brendancsmith committed Apr 14, 2024
1 parent da3c9b2 commit 4b35c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip install -r requirements.txt

Settings in `config.toml`:

- Recommended to change the model from `gpt-3.5-turbo` to `gpt-4-1106-preview` for better results.
- Recommended to change the model from `gpt-3.5-turbo` to `gpt-4-turbo-2024-04-09` for better results.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
experts = 10

[openai]
# model = "gpt-4-1106-preview"
# model = "gpt-4-turbo-2024-04-09"
model = "gpt-3.5-turbo"
temperature = 0.7
timeout = 60 # seconds

0 comments on commit 4b35c00

Please sign in to comment.