We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
聚合模型:支持通过一个API Key中切换多种大模型,在线修改和调试各种模型参数
知识库:支持无结构、QA问答、Excel类型文档,并自动解析文档中的图片、表格,支持增强检索模式
插件:联网搜索、图像识别、图像生成(MJ/Dalle)、网页速读、文件总结等插件开箱即用,也可通过 自定义插件 对接其他外部接口
工作流:拖拉拽创建满足复杂业务需求的AI智能体,与应用一样可以一键接入项目中
视频介绍:
只需在 chatgpt-on-wechat 项目根目录的 confg.json 配置文件中修改以下配置项即可:
chatgpt-on-wechat
confg.json
"use_linkai": true, "linkai_api_key": "Link_JHyxHATI9OxxxxxxxOuqSubKTlk", "linkai_app_code": "default"
完整配置文件模板:
配置说明:
The text was updated successfully, but these errors were encountered:
提醒一下大家config.json文件的目录:/root/chatgpt-on-wechat/ 可以用nano /root/chatgpt-on-wechat/config.json一键打开编辑 如果不在该默认目录的话,可以试着使用查找文件的指令找到文件所处的目录位置:find ~ -name "config.json"
Sorry, something went wrong.
启动脚本 cd /root/chatgpt-on-wechat/scripts ./start.sh 关闭脚本等等可以通过在scripts文件夹里使用find指令查找相关的脚本 cd /root/chatgpt-on-wechat/scripts find . -type f
No branches or pull requests
功能特性
聚合模型:支持通过一个API Key中切换多种大模型,在线修改和调试各种模型参数
知识库:支持无结构、QA问答、Excel类型文档,并自动解析文档中的图片、表格,支持增强检索模式
插件:联网搜索、图像识别、图像生成(MJ/Dalle)、网页速读、文件总结等插件开箱即用,也可通过 自定义插件 对接其他外部接口
工作流:拖拉拽创建满足复杂业务需求的AI智能体,与应用一样可以一键接入项目中
视频介绍:
如何在项目中使用
只需在
chatgpt-on-wechat
项目根目录的confg.json
配置文件中修改以下配置项即可:完整配置文件模板:
配置说明:
详细教程
The text was updated successfully, but these errors were encountered: