forked from phoenix/litellm-mirror
fix(utils.py): fix default values
This commit is contained in:
parent
f7d7d34261
commit
29aefaa7d7
4 changed files with 13 additions and 7 deletions
|
@ -529,6 +529,7 @@ def test_chat_bedrock_stream():
|
|||
@pytest.mark.asyncio
|
||||
async def test_async_chat_bedrock_stream():
|
||||
try:
|
||||
litellm.set_verbose = True
|
||||
customHandler = CompletionCustomHandler()
|
||||
litellm.callbacks = [customHandler]
|
||||
response = await litellm.acompletion(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue