We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1d174 commit c6afa90Copy full SHA for c6afa90
tests/litellm_utils_tests/test_utils.py
@@ -2337,5 +2337,3 @@ def test_completion_with_no_model():
2337
with pytest.raises(TypeError):
2338
response = litellm.completion(messages=[{"role": "user", "content": "Hello, how are you?"}])
2339
2340
-
2341
- assert "model is not set. Set either via 'model' or 'engine' param." in str(e)
0 commit comments