bug fix: initialize the arxivAPIWrapper object (#3733)

fix_agent_callbacks
mbchang 1 year ago committed by GitHub
parent e510732ad2
commit ee20b3e0d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,6 +75,7 @@
}
],
"source": [
"arxiv = ArxivAPIWrapper()\n",
"docs = arxiv.run(\"1605.08386\")\n",
"docs"
]
@ -162,7 +163,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.9.16"
}
},
"nbformat": 4,

Loading…
Cancel
Save