You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting litellm.set_verbose=True gives this warning:
- LiteLLM:WARNING: utils.py:316 - `litellm.set_verbose` is deprecated. Please set `os.environ['LITELLM_LOG'] = 'DEBUG'` for debug logs.
I originally set litellm.set_verbose=True because of this message:
Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new
LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'.
searching the codebase, it appears there are 8 instances of asking the user to use litellm.set_verbose, and it's still used in a number of the testcases
Relevant log output
No response
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.56.8
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered:
robtaylor
changed the title
[Bug]: Multiple places in the codebase instruct to use litellm.set_verbose, but this then gives warning it is depreceted
[Bug]: Multiple places in the codebase instruct to use litellm.set_verbose, but this then gives warning it is deprecated
Jan 4, 2025
What happened?
setting litellm.set_verbose=True gives this warning:
I originally set litellm.set_verbose=True because of this message:
searching the codebase, it appears there are 8 instances of asking the user to use
litellm.set_verbose
, and it's still used in a number of the testcasesRelevant log output
No response
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.56.8
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: