mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
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():
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue