Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ final_answer = FinalAnswerTool()
|
|
124 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
125 |
|
126 |
model = HfApiModel(
|
127 |
-
max_tokens=
|
128 |
temperature=0.5,
|
129 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
130 |
custom_role_conversions=None,
|
|
|
124 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
125 |
|
126 |
model = HfApiModel(
|
127 |
+
max_tokens=512,
|
128 |
temperature=0.5,
|
129 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
130 |
custom_role_conversions=None,
|