codefuse-ai / codefuse-chatbot

An intelligent assistant serving the entire software development lifecycle, powered by a Multi-Agent Framework, working with DevOps Toolkits, Code&Doc Repo RAG, etc.
Other
1.05k stars 92 forks source link

希望增加星火、百度、GLM等开源api的实现 #27

Open Joe-2002 opened 3 months ago

Joe-2002 commented 3 months ago

Checked other resources

Summary 💡

No response

Examples 🌈

No response

Motivation 🔦

No response

lightislost commented 3 months ago

在~/examples/model_workers里有zhipu.py(GLM)、xinghuo.py(星火)、qianfan.py(百度)的接口实现(接口代码也是直接来自于Langchain-Chatchat。),可参考 https://github.com/codefuse-ai/codefuse-chatbot/blob/main/sources/readme_docs/fastchat.md 进行使用。

注:这部分接口代码由于缺少相关Api权限,在本项目中未测试。

Joe-2002 commented 3 months ago

在~/examples/model_workers里有zhipu.py(GLM)、xinghuo.py(星火)、qianfan.py(百度)的接口实现(接口代码也是直接来自于Langchain-Chatchat。),可参考 https://github.com/codefuse-ai/codefuse-chatbot/blob/main/sources/readme_docs/fastchat.md 进行使用。

注:这部分接口代码由于缺少相关Api权限,在本项目中未测试。

我测试后,成功运行后,是否可以提交PR

lightislost commented 3 months ago

非常欢迎提交PR,我们也希望一部分超出内部资源之外的工作能够被补齐