fix failing tests
This commit is contained in:
parent
b18b12afb1
commit
4a91424ed4
@ -231,6 +231,7 @@ def test_baseten_falcon_7bcompletion_withbase():
|
||||
print(response)
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
litellm.api_base = None
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.396"
|
||||
version = "0.1.397"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user