doing summary with AI

This commit is contained in:
Dobromir Popov
2024-01-08 19:00:58 +02:00
parent 3d114d1a76
commit 17d7316ef9
4 changed files with 37 additions and 55 deletions

View File

@ -203,7 +203,7 @@ def summarize_data(data):
return summary
def run_web_agent(topic, folder):
print(f"Running web agent for topic: {topic}")
print(f"[{datetime.now()}] Running web agent for topic: {topic}")
news_data = search_news(topic)
# save_data(news_data, folder)
# summary = summarize_data(news_data)