Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,6 +71,7 @@ def current_datetime() -> str:
|
|
| 71 |
model = InferenceClientModel(
|
| 72 |
model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 73 |
temperature=0.2,
|
|
|
|
| 74 |
)
|
| 75 |
|
| 76 |
agent = CodeAgent(
|
|
|
|
| 71 |
model = InferenceClientModel(
|
| 72 |
model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 73 |
temperature=0.2,
|
| 74 |
+
max_tokens=2048
|
| 75 |
)
|
| 76 |
|
| 77 |
agent = CodeAgent(
|