mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
Merge 39a8986dca
into b82af5b826
This commit is contained in:
commit
37c0d3c4de
2 changed files with 111 additions and 111 deletions
|
@ -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` |
|
||||||
|
|
||||||
|
|
|
@ -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**:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue