Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ max_tokens=2096,
|
|
| 100 |
temperature=0.5,
|
| 101 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 102 |
custom_role_conversions=None,
|
| 103 |
-
|
| 104 |
)
|
| 105 |
|
| 106 |
# Import tool from Hub
|
|
|
|
| 100 |
temperature=0.5,
|
| 101 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 102 |
custom_role_conversions=None,
|
| 103 |
+
token=hf_token
|
| 104 |
)
|
| 105 |
|
| 106 |
# Import tool from Hub
|