mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-27 16:39:55 +03:00
small edit to API models
This commit is contained in:
parent
0705adef22
commit
04e2d12433
|
@ -950,6 +950,8 @@ provider's API.
|
||||||
> config = {"temperature": 0.0}
|
> config = {"temperature": 0.0}
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
Currently, these models are provided as part of the core library:
|
||||||
|
|
||||||
| Model | Provider | Supported names | Default name | Default config |
|
| 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"` | `{}` |
|
| `spacy.GPT-4.v1` | OpenAI | `["gpt-4", "gpt-4-0314", "gpt-4-32k", "gpt-4-32k-0314"]` | `"gpt-4"` | `{}` |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user