Spaces:
Sleeping
Sleeping
Update app.py
Browse fileschanged model to 'llama-3.3-70b-versatile'
app.py
CHANGED
|
@@ -7,7 +7,8 @@ import tempfile
|
|
| 7 |
# GROQ API setup
|
| 8 |
GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
|
| 9 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 10 |
-
MODEL_NAME = '
|
|
|
|
| 11 |
|
| 12 |
# Overthinking modes with prompts and descriptions
|
| 13 |
MODES = {
|
|
|
|
| 7 |
# GROQ API setup
|
| 8 |
GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
|
| 9 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 10 |
+
MODEL_NAME = 'llama-3.3-70b-versatile'
|
| 11 |
+
|
| 12 |
|
| 13 |
# Overthinking modes with prompts and descriptions
|
| 14 |
MODES = {
|