(ci/cd) run again

This commit is contained in:
Ishaan Jaff
2024-05-13 20:38:45 -07:00
parent da0e10954a
commit b8cecd4c40
+1 -1
View File
@@ -885,7 +885,7 @@ async def test_acompletion_claude2_1():
},
{"role": "user", "content": "Generate a 3 liner joke for me"},
]
# test without max-tokens
# test without max tokens
response = await litellm.acompletion(model="claude-2.1", messages=messages)
# Add any assertions here to check the response
print(response)