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

使用 LinkAI 创建智能体,接入知识库、插件、工作流能力 #2179

Open
6vision opened this issue Jul 24, 2024 · 0 comments
Open
Labels
community tutorial Helpful tutorials or operational instructions by community members, may be outdated

Comments

@6vision
Copy link
Collaborator

6vision commented Jul 24, 2024

功能特性

  • 聚合模型:支持通过一个API Key中切换多种大模型,在线修改和调试各种模型参数

  • 知识库:支持无结构、QA问答、Excel类型文档,并自动解析文档中的图片、表格,支持增强检索模式

  • 插件:联网搜索、图像识别、图像生成(MJ/Dalle)、网页速读、文件总结等插件开箱即用,也可通过 自定义插件 对接其他外部接口

  • 工作流:拖拉拽创建满足复杂业务需求的AI智能体,与应用一样可以一键接入项目中

视频介绍:

如何在项目中使用

只需在 chatgpt-on-wechat 项目根目录的 confg.json 配置文件中修改以下配置项即可:

"use_linkai": true,
"linkai_api_key": "Link_JHyxHATI9OxxxxxxxOuqSubKTlk",
"linkai_app_code": "default"

完整配置文件模板:

配置说明:

  • use_linkai:开关配置,在配置模板中默认为 false,需修改为true进行开启
  • linkai_api_key:API秘钥,在 控制台 中创建
  • linkai_app_code:应用或工作流code,该配置可不填。可通过 应用创建工作流创建 生成,将code复制并填写到此配置项中即可完成接入。 (注意:知识库需要绑定至应用上才可以生效)

详细教程

@6vision 6vision added the community tutorial Helpful tutorials or operational instructions by community members, may be outdated label Jul 24, 2024
@6vision 6vision pinned this issue Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community tutorial Helpful tutorials or operational instructions by community members, may be outdated
Projects
None yet
Development

No branches or pull requests

1 participant