Update website/docs/api/large-language-models.mdx

Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
This commit is contained in:
Raphael Mitsch 2024-01-29 16:16:26 +01:00 committed by GitHub
parent 2ee37888f1
commit efde160ddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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~~ |