From efde160ddfb58339344dbfd2b9f43114ba6dbb3c Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Mon, 29 Jan 2024 16:16:26 +0100 Subject: [PATCH] Update website/docs/api/large-language-models.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl de Kok --- website/docs/api/large-language-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/large-language-models.mdx b/website/docs/api/large-language-models.mdx index 4cf8c3c99..7d3e5264a 100644 --- a/website/docs/api/large-language-models.mdx +++ b/website/docs/api/large-language-models.mdx @@ -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~~ |