Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,8 @@ visit_webpage = VisitWebpageTool()
|
|
| 108 |
model = HfApiModel(
|
| 109 |
max_tokens=2096,
|
| 110 |
temperature=0.5,
|
| 111 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
|
| 112 |
custom_role_conversions=None,
|
| 113 |
)
|
| 114 |
|
|
|
|
| 108 |
model = HfApiModel(
|
| 109 |
max_tokens=2096,
|
| 110 |
temperature=0.5,
|
| 111 |
+
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 112 |
+
model_id="Qwen/Qwen3-Coder-Next",
|
| 113 |
custom_role_conversions=None,
|
| 114 |
)
|
| 115 |
|