small edit to API models

This commit is contained in:
svlandeg 2023-09-08 10:54:49 +02:00
parent 0705adef22
commit 04e2d12433

View File

@ -950,6 +950,8 @@ provider's API.
> config = {"temperature": 0.0}
> ```
Currently, these models are provided as part of the core library:
| Model | Provider | Supported names | Default name | Default config |
| ----------------------------- | --------- | ---------------------------------------------------------------------------------------- | ---------------------- | ------------------------------------ |
| `spacy.GPT-4.v1` | OpenAI | `["gpt-4", "gpt-4-0314", "gpt-4-32k", "gpt-4-32k-0314"]` | `"gpt-4"` | `{}` |