Gemini model rename

This commit is contained in:
Fahad
2025-06-19 05:37:40 +04:00
parent b6ad76b39a
commit d0da6ce9e4
37 changed files with 187 additions and 187 deletions

View File

@@ -201,7 +201,7 @@ class TestAutoModeCustomProviderOnly:
# Should get a valid model name, not the hardcoded fallback
assert (
fallback_model != "gemini-2.5-flash-preview-05-20"
fallback_model != "gemini-2.5-flash"
), "Should not fallback to hardcoded Gemini model when custom provider is available"
except Exception as e: