mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
update arxiv reader
This commit is contained in:
parent
d9f92ee9a4
commit
29386e6d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 / llm, and visualize the word count of the titles"""
|
||||
large language model / agent / llm, print top 100 and visualize the word count of the titles"""
|
||||
di = DataInterpreter(react_mode="react", tools=["scrape_web_playwright"])
|
||||
|
||||
await di.run(prompt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue