mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Update tests/litellm/test_bedrock_extended_beta_models.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
f23aaa6af8
commit
e3f4b32bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -204,5 +204,5 @@ class TestModelSpecificFeatures:
|
|||
model = f"bedrock/{region}/mistral.devstral-2-123b"
|
||||
assert model_data[model]["supports_system_messages"] is True
|
||||
|
||||
assert '"mistral.devstral-2-123b"' not in constants_text
|
||||
assert "mistral.devstral-2-123b" not in constants_text
|
||||
assert "mistral.devstral-2-123b" in litellm.bedrock_converse_models
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue