Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 65 |
# ---------- AGENT ----------
|
| 66 |
|
| 67 |
model = HfApiModel(
|
| 68 |
-
model_id="
|
| 69 |
temperature=0.5,
|
| 70 |
max_tokens=2048,
|
| 71 |
)
|
|
|
|
| 65 |
# ---------- AGENT ----------
|
| 66 |
|
| 67 |
model = HfApiModel(
|
| 68 |
+
model_id="mistralai/Mistral-7B-Instruct-v0.1",
|
| 69 |
temperature=0.5,
|
| 70 |
max_tokens=2048,
|
| 71 |
)
|