OpenBMB / AgentVerse

🤖 AgentVerse 🪐 is designed to facilitate the deployment of multiple LLM-based agents in various applications, which primarily provides two frameworks: task-solving and simulation
Apache License 2.0
4.11k stars 396 forks source link

Failed to parse output of the model: #72

Closed srcJin closed 11 months ago

srcJin commented 11 months ago

Hi I had issue when running the example, both gui and cli: Is there anything I can do to solve this issue?

will register airbnb will register job_search will register gradio_tools will register travel will register walmart Failed to parse output of the model:Action: Speak Action Input: Good morning, everyone! I hope you're all doing well today. For those who don't know me, my name is Professor Michael, and I'll be your instructor for today's lecture on the Transformer architecture of neural networks. Before we dive into the topic, I just want to remind you that if you have any questions, please feel free to raise your hand, and I'll be happy to address them. Now, let's get started!

chenweize1998 commented 11 months ago

Hi! Can you pull the latest code and install again (uninstall agentverse and install it through python setup.py develop)? We should have fixed it in our latest code

chenweize1998 commented 11 months ago

Closing this due to lack of feedback