fix: remove qwen3-coder from provider/mcp smoke tests (#5551)

This commit is contained in:
Alex Hancock
2025-11-03 14:33:49 -05:00
committed by GitHub
parent d2bed8efa4
commit 38e7dc8f30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ JUDGE_MODEL=${GOOSE_JUDGE_MODEL:-google/gemini-2.5-flash}
PROVIDERS=(
"anthropic:claude-haiku-4-5-20251001"
"google:gemini-2.5-flash"
"openrouter:qwen/qwen3-coder"
"openrouter:google/gemini-2.5-flash"
"openai:gpt-5-mini"
)