hd-hg commited on
Commit
d6df305
·
verified ·
1 Parent(s): 863a649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ def get_healthy_cheat_meal(diet_type: str) -> List[Dict[str, Any]]:
59
 
60
  # Initialize tools
61
  final_answer = FinalAnswerTool()
 
62
 
63
  # 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:
64
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
 
59
 
60
  # Initialize tools
61
  final_answer = FinalAnswerTool()
62
+ web_search = DuckDuckGoSearchTool()
63
 
64
  # 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:
65
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'