Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ final_answer = FinalAnswerTool()
|
|
228 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
229 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
230 |
|
231 |
-
|
232 |
model = HfApiModel(
|
233 |
max_tokens=2096,
|
234 |
temperature=0.5,
|
|
|
228 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
229 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
230 |
|
231 |
+
|
232 |
model = HfApiModel(
|
233 |
max_tokens=2096,
|
234 |
temperature=0.5,
|