fix: gemini flash -> pro for mcp smoke tests (#5574)

This commit is contained in:
Alex Hancock
2025-11-06 10:05:18 -05:00
committed by GitHub
parent eb29083a52
commit 7ec3b84ad7
+2 -2
View File
@@ -19,8 +19,8 @@ JUDGE_MODEL=${GOOSE_JUDGE_MODEL:-google/gemini-2.5-flash}
PROVIDERS=(
"anthropic:claude-haiku-4-5-20251001"
"google:gemini-2.5-flash"
"openrouter:google/gemini-2.5-flash"
"google:gemini-2.5-pro"
"openrouter:google/gemini-2.5-pro"
"openai:gpt-5-mini"
)