Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internlm2_agent_web_demo的actions都无法调用么 #178

Open
thsun6 opened this issue Mar 23, 2024 · 0 comments
Open

internlm2_agent_web_demo的actions都无法调用么 #178

thsun6 opened this issue Mar 23, 2024 · 0 comments

Comments

@thsun6
Copy link

thsun6 commented Mar 23, 2024

小小修改了下demo,
from lagent.actions import ActionExecutor, ArxivSearch, IPythonInterpreter, PythonInterpreter,IPythonInteractive
action_list = [
IPythonInterpreter(),
PythonInterpreter(),
IPythonInteractive(),
]
然后进入demo,勾选插件让运行编辑器,写代码,做些简单任务,都只能模型本身正常回答问题,无法调用对应的插件?
系统windows10,用的是windows里部署的lmdeploy挂载的internlm2-chat-7b模型,然后lagent部署在wsl2里,是wsl2兼容性问题么?
现在有点迷惑,actions正常的调用方法是什么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant