mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(main.py): adding more logging
This commit is contained in:
parent
13776b1df7
commit
39aec43b86
2 changed files with 6 additions and 2 deletions
|
@ -206,7 +206,7 @@ def test_azure_completion_stream():
|
|||
# checks if the model response available in the async + stream callbacks is equal to the received response
|
||||
customHandler2 = MyCustomHandler()
|
||||
litellm.callbacks = [customHandler2]
|
||||
litellm.set_verbose = False
|
||||
litellm.set_verbose = True
|
||||
messages = [
|
||||
{"role": "system", "content": "You are a helpful assistant."},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue