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 e17bed7 commit 8e72f99Copy full SHA for 8e72f99
tests/local_testing/test_model_alias_map.py
@@ -35,7 +35,7 @@ def test_model_alias_map(caplog):
35
for log in captured_logs:
36
assert "ERROR" not in log
37
38
- assert "llama3-8b-8192" in response.model
+ assert "llama-3.1-8b-instant" in response.model
39
except litellm.ServiceUnavailableError:
40
pass
41
except Exception as e:
0 commit comments