diff --git a/litellm/proxy/llm.py b/litellm/proxy/llm.py index 7e467c4d2f2..25e022a830c 100644 --- a/litellm/proxy/llm.py +++ b/litellm/proxy/llm.py @@ -116,7 +116,8 @@ def litellm_completion(data: Dict, user_headers: Optional[dict], user_debug: bool, model_router: Optional[litellm.Router]): - try: + try: + litellm.set_verbose=False global debug debug = user_debug if user_model: