Skip to content

Commit 8e72f99

Browse files
committed
test_model_alias_map
1 parent e17bed7 commit 8e72f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/local_testing/test_model_alias_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_model_alias_map(caplog):
3535
for log in captured_logs:
3636
assert "ERROR" not in log
3737

38-
assert "llama3-8b-8192" in response.model
38+
assert "llama-3.1-8b-instant" in response.model
3939
except litellm.ServiceUnavailableError:
4040
pass
4141
except Exception as e:

0 commit comments

Comments
 (0)