From efde160ddfb58339344dbfd2b9f43114ba6dbb3c Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Mon, 29 Jan 2024 16:16:26 +0100 Subject: [PATCH 1/2] 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~~ | From db5b92db3957b22ff2c78c9caea5d4efad14791f Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Mon, 29 Jan 2024 16:16:33 +0100 Subject: [PATCH 2/2] 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 7d3e5264a..77b7fb4d7 100644 --- a/website/docs/api/large-language-models.mdx +++ b/website/docs/api/large-language-models.mdx @@ -1400,7 +1400,7 @@ provider's API. > ``` Currently, these model providers are supported as part of the core library (more -can be used by leverage the LangChain integration): +can be used by leveraging the LangChain integration): | Model | Provider | Information on available models | Default config | | -------------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------- |