Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,9 +69,9 @@ def current_datetime() -> str:
|
|
| 69 |
# -----------------------
|
| 70 |
|
| 71 |
model = InferenceClientModel(
|
| 72 |
-
model_id="
|
| 73 |
temperature=0.2,
|
| 74 |
-
max_tokens=
|
| 75 |
)
|
| 76 |
|
| 77 |
agent = CodeAgent(
|
|
|
|
| 69 |
# -----------------------
|
| 70 |
|
| 71 |
model = InferenceClientModel(
|
| 72 |
+
model_id="HuggingFaceH4/zephyr-7b-beta",
|
| 73 |
temperature=0.2,
|
| 74 |
+
max_tokens=1024,
|
| 75 |
)
|
| 76 |
|
| 77 |
agent = CodeAgent(
|