Updated README: Added clarificytion about the supported models and fixed a typo

This commit is contained in:
Julian Müller (ChaoticByte) 2023-03-16 14:46:57 +01:00
parent 2129bb8a1e
commit 7eb7aacae4

View file

@ -10,10 +10,10 @@ You need an API key for the official ChatGPT API.
The following models are supported:
- GPT-4
- GPT-4-0314
- GPT-4-32k
- GPT-4-32k-0314
- GPT-4 (untested)
- GPT-4-0314 (untested)
- GPT-4-32k (untested)
- GPT-4-32k-0314 (untested)
- GPT-3.5-Turbo
- GPT-3.5-Turbo-0301
@ -23,7 +23,7 @@ This requires the [EdgeGPT](https://github.com/acheong08/EdgeGPT) library to be
## Examples
For examples, take a look at `examples.py`.
For examples, take a look at `example.py`.
## CLI