update arxiv reader

This commit is contained in:
geekan 2024-03-19 19:30:14 +08:00
parent 29a492d03e
commit d9f92ee9a4

View file

@ -14,7 +14,7 @@ async def main():
urls = [template.format(tag=tag) for tag in tags]
prompt = f"""This is a collection of arxiv urls: '{urls}' .
Record each article, remove duplicates by title (they may have multiple tags), filter out papers related to
large language model / agent / , and pay attention to maintaining the original order as much as possible"""
large language model / agent / llm, and visualize the word count of the titles"""
di = DataInterpreter(react_mode="react", tools=["scrape_web_playwright"])
await di.run(prompt)