fix: revert Qwen model name to 'coder-model' as per user correction

This commit is contained in:
Gemini AI
2025-12-29 01:36:24 +04:00
Unverified
parent c19a31ad61
commit 13ddb7c7c4
2 changed files with 3 additions and 7 deletions

View File

@@ -1114,11 +1114,7 @@ Perform analysis based on provided instructions.`,
getAvailableModels(): string[] {
return [
"qwen2.5-coder-32b-instruct",
"qwen2.5-coder-7b-instruct",
"qwen-plus",
"qwen-turbo",
"qwen-max",
"coder-model",
];
}
}