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"
)
+1 -1
View File
@@ -15,7 +15,7 @@ fi
SCRIPT_DIR=$(pwd)
PROVIDERS=(
"openrouter:google/gemini-2.5-pro:google/gemini-2.5-flash:anthropic/claude-sonnet-4.5:qwen/qwen3-coder"
"openrouter:google/gemini-2.5-pro:google/gemini-2.5-flash:anthropic/claude-sonnet-4.5"
"openai:gpt-4o:gpt-4o-mini:gpt-3.5-turbo:gpt-5"
"anthropic:claude-sonnet-4-5-20250929:claude-opus-4-1-20250805"
"google:gemini-2.5-pro:gemini-2.5-flash"