mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
test(test_streaming.py): fix test
This commit is contained in:
parent
2f3fd3e2f0
commit
b1448cd244
1 changed files with 0 additions and 1 deletions
|
|
@ -1036,7 +1036,6 @@ async def test_bedrock_cohere_command_r_streaming(sync_mode):
|
|||
if complete_response.strip() == "":
|
||||
raise Exception("Empty response received")
|
||||
print(f"completion_response: {complete_response}\n\nFinalChunk: {final_chunk}")
|
||||
raise Exception("it worked!")
|
||||
except RateLimitError:
|
||||
pass
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue