Spaces:
Sleeping
Sleeping
finagent_app.py
Browse files
app.py
CHANGED
|
@@ -97,6 +97,7 @@ model = HfApiModel(
|
|
| 97 |
max_tokens=2096,
|
| 98 |
temperature=0.5,
|
| 99 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
|
| 100 |
custom_role_conversions=None,
|
| 101 |
)
|
| 102 |
|
|
|
|
| 97 |
max_tokens=2096,
|
| 98 |
temperature=0.5,
|
| 99 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 100 |
+
token=os.getenv("HF_TOKEN"),
|
| 101 |
custom_role_conversions=None,
|
| 102 |
)
|
| 103 |
|