feat(ai_client): add MiniMax-M2.7 to available models
This commit is contained in:
@@ -13,6 +13,7 @@ def test_minimax_default_model() -> None:
|
||||
|
||||
def test_minimax_list_models() -> None:
|
||||
models = ai_client.list_models("minimax")
|
||||
assert "MiniMax-M2.7" in models
|
||||
assert "MiniMax-M2.5" in models
|
||||
assert "MiniMax-M2.5-highspeed" in models
|
||||
assert "MiniMax-M2.1" in models
|
||||
|
||||
Reference in New Issue
Block a user