-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
litellm.set_verbose=True #925
Comments
@shen653 what's the issue you're running into ? |
@shen653 You should have inserted the description, in a spirit of collaboration. Anyway this solves: from litellm import text_completion, litellm
litellm.set_verbose = True I'd close the issue after updating documentation here: |
docs already have this @solyarisoftware closing this issue, feel free to re-open |
Thanks, it's a minor point but to be honest documentation does not, reading: https://docs.litellm.ai/docs/debugging/local_debugging#set-verbose:
|
i'm confused - you just linked me to the part that has what's the issue ? |
It's a minor point: the correct Python import statement is: from litellm import text_completion, litellm Whereas the import statement in the above documentation omits , litellm and the run-time exception is triggered. no problem :-) |
updated |
No description provided.
The text was updated successfully, but these errors were encountered: