lagent icon indicating copy to clipboard operation
lagent copied to clipboard

internlm2_agent_web_demo的actions都无法调用么

Open thsun6 opened this issue 3 months ago • 0 comments

小小修改了下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正常的调用方法是什么?

thsun6 avatar Mar 23 '24 01:03 thsun6