From 4bbbc904b6076ae1ea0987aa9bbc3a065f956366 Mon Sep 17 00:00:00 2001 From: Mathew Shen Date: Thu, 29 Aug 2024 17:50:45 +0800 Subject: [PATCH] docs: add `openai_base_url` related docs (#1766) --- docs/components/embedders/config.mdx | 1 + docs/components/llms/config.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/components/embedders/config.mdx b/docs/components/embedders/config.mdx index 1057bb39..a4293881 100644 --- a/docs/components/embedders/config.mdx +++ b/docs/components/embedders/config.mdx @@ -51,6 +51,7 @@ Here's a comprehensive list of all parameters that can be used across different | `http_client_proxies` | Allow proxy server settings | | `ollama_base_url` | Base URL for the Ollama embedding model | | `model_kwargs` | Key-Value arguments for the Huggingface embedding model | +| `openai_base_url` | Base URL for OpenAI API | OpenAI | ## Supported Embedding Models diff --git a/docs/components/llms/config.mdx b/docs/components/llms/config.mdx index 89f9562c..0ea1a7b8 100644 --- a/docs/components/llms/config.mdx +++ b/docs/components/llms/config.mdx @@ -60,6 +60,7 @@ Here's the table based on the provided parameters: | `site_url` | Site URL | Openrouter | | `app_name` | Application name | Openrouter | | `ollama_base_url` | Base URL for Ollama API | Ollama | +| `openai_base_url` | Base URL for OpenAI API | OpenAI | ## Supported LLMs