docs: add openai_base_url related docs (#1766)

This commit is contained in:
Mathew Shen
2024-08-29 17:50:45 +08:00
committed by GitHub
parent fee3c27af3
commit 4bbbc904b6
2 changed files with 2 additions and 0 deletions

View File

@@ -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 | | `http_client_proxies` | Allow proxy server settings |
| `ollama_base_url` | Base URL for the Ollama embedding model | | `ollama_base_url` | Base URL for the Ollama embedding model |
| `model_kwargs` | Key-Value arguments for the Huggingface embedding model | | `model_kwargs` | Key-Value arguments for the Huggingface embedding model |
| `openai_base_url` | Base URL for OpenAI API | OpenAI |
## Supported Embedding Models ## Supported Embedding Models

View File

@@ -60,6 +60,7 @@ Here's the table based on the provided parameters:
| `site_url` | Site URL | Openrouter | | `site_url` | Site URL | Openrouter |
| `app_name` | Application name | Openrouter | | `app_name` | Application name | Openrouter |
| `ollama_base_url` | Base URL for Ollama API | Ollama | | `ollama_base_url` | Base URL for Ollama API | Ollama |
| `openai_base_url` | Base URL for OpenAI API | OpenAI |
## Supported LLMs ## Supported LLMs