feat: Set Qwen3 235B as default

This commit is contained in:
Beingpax 2025-08-02 09:26:56 +05:45
parent 8de706ba41
commit d658668fed

View File

@ -45,7 +45,7 @@ enum AIProvider: String, CaseIterable {
var defaultModel: String {
switch self {
case .cerebras:
return "qwen-3-32b"
return "qwen-3-235b-a22b-instruct-2507"
case .groq:
return "qwen/qwen3-32b"
case .gemini:
@ -77,7 +77,7 @@ enum AIProvider: String, CaseIterable {
"llama-3.3-70b",
"qwen-3-32b",
"qwen-3-235b-a22b-instruct-2507",
"qwen-3-235b-a22b-thinking-2507"
"qwen-3-235b-a22b"
]
case .groq:
return [