Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def get_horoscope_api(zodiac_sign: str, period: str = "today") -> str:
|
|
| 107 |
final_answer = FinalAnswerTool()
|
| 108 |
|
| 109 |
# 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:
|
| 110 |
-
model_id="
|
| 111 |
|
| 112 |
model = HfApiModel(
|
| 113 |
max_tokens=2096,
|
|
|
|
| 107 |
final_answer = FinalAnswerTool()
|
| 108 |
|
| 109 |
# 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:
|
| 110 |
+
model_id="Qwen/Qwen2.5-Coder-7B-Instruct"
|
| 111 |
|
| 112 |
model = HfApiModel(
|
| 113 |
max_tokens=2096,
|