Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,9 @@ final_answer = FinalAnswerTool()
|
|
77 |
model = HfApiModel(
|
78 |
max_tokens=2096,
|
79 |
temperature=0.5,
|
80 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct'
|
|
|
|
|
81 |
custom_role_conversions=None,
|
82 |
)
|
83 |
|
|
|
77 |
model = HfApiModel(
|
78 |
max_tokens=2096,
|
79 |
temperature=0.5,
|
80 |
+
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
81 |
+
# it is possible that this model may be overloaded
|
82 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
83 |
custom_role_conversions=None,
|
84 |
)
|
85 |
|