mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(replicate.py): correctly handly invalid replicate response
This commit is contained in:
parent
80d54afa04
commit
3fdfb8470d
2 changed files with 9 additions and 2 deletions
|
@ -1415,7 +1415,6 @@ def test_bedrock_claude_3_streaming():
|
|||
"gpt-3.5-turbo",
|
||||
"databricks/databricks-dbrx-instruct", # databricks
|
||||
"predibase/llama-3-8b-instruct", # predibase
|
||||
"replicate/meta/meta-llama-3-8b-instruct", # replicate
|
||||
],
|
||||
)
|
||||
@pytest.mark.asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue