mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(fix) proxy server - verbose = False always
This commit is contained in:
parent
e3a1c58dd9
commit
104239dbe7
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue