Find answers from the community

Updated 2 months ago

Hi, congrats on the llama agents launch

Hi, congrats on the llama agents launch today.
Getting this error when trying to call the launch_single function: "RuntimeError: asyncio.run() cannot be called from a running event loop"
W
D
2 comments
If you are running this in colab you'll have to define this at the top I guess.

Plain Text
import nest_asyncio
nest_asyncio.apply()
Add a reply
Sign up and join the conversation on Discord