test: testing fixes

This commit is contained in:
Krrish Dholakia 2024-01-09 10:22:58 +05:30
parent 08525ce200
commit e99a41307a
4 changed files with 58 additions and 39 deletions

View file

@ -183,7 +183,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 = True
litellm.set_verbose = False
messages = [
{"role": "system", "content": "You are a helpful assistant."},
{