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():
try:
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
except Exception as e: