Spaces:
Sleeping
Sleeping
Update utils/mistral.py
Browse files- utils/mistral.py +1 -1
utils/mistral.py
CHANGED
|
@@ -17,7 +17,7 @@ if not GROQ_API_KEY:
|
|
| 17 |
raise ValueError("Groq API key is not set in environment variables.")
|
| 18 |
|
| 19 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 20 |
-
MODEL_NAME = "llama-3.
|
| 21 |
|
| 22 |
|
| 23 |
# 🔥 Groq LLM Call (Replacement for HuggingFace)
|
|
|
|
| 17 |
raise ValueError("Groq API key is not set in environment variables.")
|
| 18 |
|
| 19 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 20 |
+
MODEL_NAME = "llama-3.3-70b-versatile" # you can switch to mixtral if needed
|
| 21 |
|
| 22 |
|
| 23 |
# 🔥 Groq LLM Call (Replacement for HuggingFace)
|