update test

This commit is contained in:
Krrish Dholakia 2023-09-28 14:14:30 -07:00
parent e2d23afae4
commit c5bed0c9fd
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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"