results, but no links, still

This commit is contained in:
Willem van den Ende 2025-04-30 16:10:51 +01:00
parent 210e1e7db2
commit 14a0ac66e4

View File

@ -49,10 +49,11 @@ bot = Assistant(llm=llm_cfg, function_list=tools)
messages = [{'role': 'user', messages = [{'role': 'user',
'content': 'content':
"""" """"
Write a 500 word blog post about the latest qwen 3 model. - Research: "Search about local LLMs published in the last 3 years. Print the url for each search result."
Use the search tool, and fetch the top 3 articles before you write the post. - **Analysis**: "Summarize the key findings of these studies and identify 3 common concerns."
Provide urls to the articles, do not hallucinate. Take your time to think. - **Synthesis**: "Create a blog post outlining these concerns and potential solutions, including urls of the studies."
Write in a casual, but factual style - no hyperbole. """}]
"""}]
final_responses = None final_responses = None
# Consider adding error handling around bot.run # Consider adding error handling around bot.run