Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,8 +115,8 @@ duck_duck_search = DuckDuckGoSearchTool()
|
|
| 115 |
model = HfApiModel(
|
| 116 |
max_tokens=2096,
|
| 117 |
temperature=0.5,
|
| 118 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 119 |
-
|
| 120 |
custom_role_conversions=None,
|
| 121 |
)
|
| 122 |
|
|
|
|
| 115 |
model = HfApiModel(
|
| 116 |
max_tokens=2096,
|
| 117 |
temperature=0.5,
|
| 118 |
+
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 119 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 120 |
custom_role_conversions=None,
|
| 121 |
)
|
| 122 |
|