Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ final_answer = FinalAnswerTool()
|
|
90 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
91 |
|
92 |
model = HfApiModel(
|
93 |
-
max_tokens=
|
94 |
temperature=0.5,
|
95 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
96 |
model_id='Qwen/Qwen2.5-0.5B-Instruct',# it is possible that this model may be overloaded
|
|
|
90 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
91 |
|
92 |
model = HfApiModel(
|
93 |
+
max_tokens=1048,
|
94 |
temperature=0.5,
|
95 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
96 |
model_id='Qwen/Qwen2.5-0.5B-Instruct',# it is possible that this model may be overloaded
|