ModelScope中求教一下,api-inference能自己部署一样的api吗agent想调用本地接口,是需要自己实现吗?比如想调用语音合成接口我看有开源模型,但是它只是简单部署,能自己部署一样的API吗?
本地接口的话,需要你实现一下,参考这个https://github.com/modelscope/modelscope-agent/blob/master/demo/demo_register_new_tool.ipynb目前支持的tool在 https://github.com/modelscope/modelscope-agent/tree/master/modelscope_agent/tools 下面。
同时https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent/tools/plugin_tool.py 这个文件支持langchain tool的接入,可以参考——此回答整理自钉群:魔搭ModelScope开发者联盟群 ①