This commit is contained in:
Fahad
2025-12-11 20:08:17 +00:00
parent 8b16405f06
commit 514c9c58fc
12 changed files with 157 additions and 232 deletions

View File

@@ -321,7 +321,7 @@ class TestAutoModeProviderSelection:
("mini", ProviderType.OPENAI, "gpt-5-mini"), # "mini" now resolves to gpt-5-mini
("o3mini", ProviderType.OPENAI, "o3-mini"),
("grok", ProviderType.XAI, "grok-4"),
("grokfast", ProviderType.XAI, "grok-3-fast"),
("grok-4.1-fast-reasoning", ProviderType.XAI, "grok-4-1-fast-reasoning"),
]
for alias, expected_provider_type, expected_resolved_name in test_cases: