mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
update troubleshoot (#19099)
This commit is contained in:
parent
0959467699
commit
45968c01bd
1 changed files with 2 additions and 3 deletions
|
|
@ -20,12 +20,11 @@ The command used to start LiteLLM (e.g., `litellm --config config.yaml --num_wor
|
|||
|
||||
### 4. Environment Variables
|
||||
|
||||
Non-sensitive environment variables not in your config (e.g., `NUM_WORKERS`, `LITELLM_LOG`, `LITELLM_MODE`, `HOST`, `PORT`, `REDIS_HOST`, `REDIS_PORT`). Do not include passwords or API keys.
|
||||
Non-sensitive environment variables not in your config (e.g., `NUM_WORKERS`, `LITELLM_LOG`, `LITELLM_MODE`). Do not include passwords or API keys.
|
||||
|
||||
### 5. Server Specifications
|
||||
|
||||
- **Testing/Development:** CPU cores, RAM, OS, Python version
|
||||
- **Production (if different):** CPU cores, RAM, deployment method, number of instances/replicas
|
||||
CPU cores, RAM, OS, number of instances/replicas, etc.
|
||||
|
||||
### 6. Database and Redis Usage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue