We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c8091 commit a6f6c20Copy full SHA for a6f6c20
README.md
@@ -128,7 +128,7 @@ This script relies on curl for the requests to the api and jq to parse the json
128
129
### Use the official ChatGPT model
130
131
- - ✨ The model that ChatGPT web uses is `gpt-3.5-turbo` which is the model that is set by default when starting the script.
+ - The default model used when starting the script is `gpt-3.5-turbo`.
132
133
### Use GPT4
134
- If you have access to the GPT4 model you can use it by setting the model to `gpt-4`, i.e. `chatgpt --model gpt-4`
0 commit comments