feat: Set Qwen3 235B as default
This commit is contained in:
parent
8de706ba41
commit
d658668fed
@ -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 [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user