From 104239dbe7df4c28551b7547cd7032e68f29a382 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 2 Nov 2023 20:53:23 -0700 Subject: [PATCH] (fix) proxy server - verbose = False always --- litellm/proxy/llm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: