Spaces:
Sleeping
Sleeping
kevindiependaele commited on
Commit ·
fb68d8c
1
Parent(s): 94f0adc
fix model_id?
Browse files
app.py
CHANGED
|
@@ -39,7 +39,8 @@ final_answer = FinalAnswerTool()
|
|
| 39 |
weather_api = WeatherApiTool()
|
| 40 |
|
| 41 |
# 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:
|
| 42 |
-
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
|
|
|
| 43 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct' # it is possible that this model may be overloaded
|
| 44 |
|
| 45 |
model = HfApiModel(
|
|
|
|
| 39 |
weather_api = WeatherApiTool()
|
| 40 |
|
| 41 |
# 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:
|
| 42 |
+
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
| 43 |
+
model_id = "https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/models/Qwen/Qwen2.5-Coder-32B-Instruct"
|
| 44 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct' # it is possible that this model may be overloaded
|
| 45 |
|
| 46 |
model = HfApiModel(
|