From 45968c01bd721281269ce7ff59fb836d853a66ee Mon Sep 17 00:00:00 2001 From: Alexsander Hamir Date: Wed, 14 Jan 2026 10:01:47 -0800 Subject: [PATCH] update troubleshoot (#19099) --- docs/my-website/docs/troubleshoot.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/troubleshoot.md b/docs/my-website/docs/troubleshoot.md index 1d19cc727b0..f9ed47972eb 100644 --- a/docs/my-website/docs/troubleshoot.md +++ b/docs/my-website/docs/troubleshoot.md @@ -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