This commit is contained in:
elroy-bot 2025-04-24 00:57:17 -07:00 committed by GitHub
commit 37c0d3c4de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 111 additions and 111 deletions

View file

@ -8,8 +8,8 @@ Set model list, `api_base`, `api_key`, `temperature` & proxy server settings (`m
| Param Name | Description | | Param Name | Description |
|----------------------|---------------------------------------------------------------| |----------------------|---------------------------------------------------------------|
| `model_list` | List of supported models on the server, with model-specific configs | | `model_list` | List of supported models on the server, with model-specific configs |
| `router_settings` | litellm Router settings, example `routing_strategy="least-busy"` [**see all**](#router-settings)| | `router_settings` | litellm Router settings, example `routing_strategy="least-busy"` [**see all**](./config_settings.md#router_settings---reference)|
| `litellm_settings` | litellm Module settings, example `litellm.drop_params=True`, `litellm.set_verbose=True`, `litellm.api_base`, `litellm.cache` [**see all**](#all-settings)| | `litellm_settings` | litellm Module settings, example `litellm.drop_params=True`, `litellm.set_verbose=True`, `litellm.api_base`, `litellm.cache` [**see all**](./config_settings.md#litellm_settings---reference)|
| `general_settings` | Server settings, example setting `master_key: sk-my_special_key` | | `general_settings` | Server settings, example setting `master_key: sk-my_special_key` |
| `environment_variables` | Environment Variables example, `REDIS_HOST`, `REDIS_PORT` | | `environment_variables` | Environment Variables example, `REDIS_HOST`, `REDIS_PORT` |

View file

@ -211,7 +211,7 @@ Save config.yaml as `litellm_config.yaml` (used in 3.2).
These are settings for the LiteLLM Proxy Server. These are settings for the LiteLLM Proxy Server.
See All General Settings [here](http://localhost:3000/docs/proxy/configs#all-settings). See All General Settings [here](http://localhost:3000/docs/proxy/config_settings).
1. **`master_key`** (`str`) 1. **`master_key`** (`str`)
- **Description**: - **Description**: