Merge pull request #191 from oswalpalash/patch-1

Add a better model option for cerebras
This commit is contained in:
Prakash Joshi Pax 2025-07-25 07:32:25 +05:45 committed by GitHub
commit 386d4e8198
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"
]
}
}