forked from phoenix/litellm-mirror
fix(bedrock_httpx.py): logging fixes
This commit is contained in:
parent
92c2e2af6a
commit
21f2ba6f1f
2 changed files with 31 additions and 2 deletions
|
@ -558,7 +558,7 @@ async def test_async_chat_bedrock_stream():
|
|||
continue
|
||||
except:
|
||||
pass
|
||||
time.sleep(1)
|
||||
await asyncio.sleep(1)
|
||||
print(f"customHandler.errors: {customHandler.errors}")
|
||||
assert len(customHandler.errors) == 0
|
||||
litellm.callbacks = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue