mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
Update website/docs/api/large-language-models.mdx
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
This commit is contained in:
parent
2ee37888f1
commit
efde160ddf
|
@ -1382,7 +1382,7 @@ provider's API.
|
|||
|
||||
| Argument | Description |
|
||||
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `name` | Any supporte model name for this particular model provider. ~~str~~ |
|
||||
| `name` | Any supported model name for this particular model provider. ~~str~~ |
|
||||
| `config` | Further configuration passed on to the model. Default depends on the specific model (cf. below). ~~Dict[Any, Any]~~ |
|
||||
| `strict` | If `True`, raises an error if the LLM API returns a malformed response. Otherwise, return the error responses as is. Defaults to `True`. ~~bool~~ |
|
||||
| `max_tries` | Max. number of tries for API request. Defaults to `5`. ~~int~~ |
|
||||
|
|
Loading…
Reference in New Issue
Block a user