Add Llama 4 model to Groq provider

This commit is contained in:
Beingpax 2025-07-14 23:18:14 +05:45
parent 2bd2c96be2
commit b405fee0b8

View File

@ -76,7 +76,8 @@ enum AIProvider: String, CaseIterable {
return [
"llama-3.3-70b-versatile",
"llama-3.1-8b-instant",
"qwen/qwen3-32b"
"qwen/qwen3-32b",
"meta-llama/llama-4-maverick-17b-128e-instruct"
]
case .openAI:
return [