Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky authored May 28, 2024
1 parent cdfc83b commit 03af1c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ In addition to `OPENAI_API_TOKEN`, you can set several values in the config file
This is the setting that has the greatest impact on translation accuracy (and price!). Set this to one of the [Chat models](https://platform.openai.com/docs/models/) accepted by the OpenAI API.

- Recommended:
- `gpt-4o`
- `gpt-4-turbo` (`4`)
- `gpt-3.5-turbo` (`3`)
- Legacy / No longer recommended:
- `gpt-4`
- `gpt-4-32k` (`4large`)
- `gpt-3.5-turbo-16k` (`3large`)

Shortcuts (in brackets) are available. Starting from v1.7.0, the shortcut `4` points to `gpt-4-turbo` rather than `gpt-4`.
Shortcuts (in brackets) are available. Starting from v1.7.0, the shortcut `4` points to `gpt-4-turbo` rather than `gpt-4`. In the next version, it is likely that `4` will refer to `gpt-4o`.

Although GPT-4 is much smarter, it is slower and much more expensive than GPT-3. Try using the GPT-3 model first, especially while you are experimenting with this tool. It's recommended to set the usage limit to a reasonable amount (e.g., $10) on the OpenAI's account management page.

Expand Down

0 comments on commit 03af1c3

Please sign in to comment.