feat: add instructions and support for configuring GPT-4 Turbo (Preview) (#274)

* docs(README.md): add instructions for configuring GPT-4 Turbo (Preview)
feat(config.ts): include 'gpt-4-1106-preview' in the list of supported models

* fix(config.ts): update error message to include 'gpt-4-1106-preview' as a supported model
This commit is contained in:
Isaac Johnston
2024-02-29 00:17:10 +13:00
committed by GitHub
parent 6c743ba230
commit 011db5ad5e
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -125,6 +125,12 @@ or for as a cheaper option:
oco config set OCO_MODEL=gpt-3.5-turbo
```
or for GPT-4 Turbo (Preview) which is more capable, has knowledge of world events up to April 2023, a 128k context window and 2-3x cheaper vs GPT-4:
```sh
oco config set OCO_MODEL=gpt-4-1106-preview
```
Make sure that you spell it `gpt-4` (lowercase) and that you have API access to the 4th model. Even if you have ChatGPT+, that doesn't necessarily mean that you have API access to GPT-4.
### Locale configuration