Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
|
|
16 |
|
17 |
# --- Constants ---
|
18 |
MODEL_CONFIG = {
|
19 |
-
"model": "
|
20 |
"temperature": 0.5,
|
21 |
"max_completion_tokens": 1024,
|
22 |
"stream": True,
|
|
|
16 |
|
17 |
# --- Constants ---
|
18 |
MODEL_CONFIG = {
|
19 |
+
"model": "llama-3.3-70b-versatile",
|
20 |
"temperature": 0.5,
|
21 |
"max_completion_tokens": 1024,
|
22 |
"stream": True,
|