Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,9 +28,6 @@ final_answer = FinalAnswerTool()
|
|
28 |
# 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:
|
29 |
#model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
30 |
|
31 |
-
print("Cyril model is ")
|
32 |
-
print(model_id)
|
33 |
-
|
34 |
model = HfApiModel(
|
35 |
max_tokens=2096,
|
36 |
temperature=0.5,
|
|
|
28 |
# 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:
|
29 |
#model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
30 |
|
|
|
|
|
|
|
31 |
model = HfApiModel(
|
32 |
max_tokens=2096,
|
33 |
temperature=0.5,
|