doing summary with AI
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user