Add a better model option for cerebras

This commit is contained in:
Palash Oswal 2025-07-24 15:14:47 -04:00 committed by GitHub
parent 66582ed8ad
commit e389636a19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,8 @@ enum AIProvider: String, CaseIterable {
return [
"llama-4-scout-17b-16e-instruct",
"llama-3.3-70b",
"qwen-3-32b"
"qwen-3-32b",
"qwen-3-235b-a22b"
]
}
}