EgorButenko commited on
Commit
e223412
·
verified ·
1 Parent(s): 9653593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="HuggingFaceH4/zephyr-7b-beta"
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,