Verbose warning

This commit is contained in:
Toni Engelhardt 2023-10-17 09:23:06 +01:00 committed by GitHub
parent 8fa9dab9fe
commit ff198ccce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Local Debugging # Local Debugging
There's 2 ways to do local debugging - `litellm.set_verbose=True` and by passing in a custom function `completion(...logger_fn=<your_local_function>)` There's 2 ways to do local debugging - `litellm.set_verbose=True` and by passing in a custom function `completion(...logger_fn=<your_local_function>)`. Warning: Make sure to not use `set_verbose` in production. It logs API keys, which might end up in log files.
## Set Verbose ## Set Verbose
@ -60,4 +60,4 @@ response = completion("command-nightly", messages, logger_fn=my_custom_logging_f
Text us @ +17708783106 or Join the [Discord](https://discord.com/invite/wuPM9dRgDw). Text us @ +17708783106 or Join the [Discord](https://discord.com/invite/wuPM9dRgDw).
We promise to help you in `lite`ning speed ❤️ We promise to help you in `lite`ning speed ❤️