forked from phoenix/litellm-mirror
update test
This commit is contained in:
parent
e2d23afae4
commit
c5bed0c9fd
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ def test_completion_claude():
|
||||||
def test_completion_non_openai():
|
def test_completion_non_openai():
|
||||||
try:
|
try:
|
||||||
response = completion(
|
response = completion(
|
||||||
model="command-nightly", messages=messages, logger_fn=logger_fn
|
model="claude-instant-1", messages=messages, logger_fn=logger_fn
|
||||||
)
|
)
|
||||||
# Add any assertions here to check the response
|
# Add any assertions here to check the response
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.795"
|
version = "0.1.796"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue