fix: update readme and issue template
parent
c5ac9f693c
commit
c887b8ba90
|
|
@ -64,9 +64,9 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: 使用的chatgpt-on-wechat版本是?
|
label: 使用的dify-on-wechat版本是?
|
||||||
description: |
|
description: |
|
||||||
请确保你使用的是 [releases](https://github.com/zhayujie/chatgpt-on-wechat/releases) 中的最新版本。
|
请确保你使用的是 [releases](https://github.com/hanfangyuan4396/dify-on-wechat/releases) 中的最新版本。
|
||||||
如果你使用git, 请使用`git branch`命令来查看分支。
|
如果你使用git, 请使用`git branch`命令来查看分支。
|
||||||
options:
|
options:
|
||||||
- Latest Release
|
- Latest Release
|
||||||
|
|
@ -77,7 +77,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: 运行的`channel`类型是?
|
label: 运行的`channel`类型是?
|
||||||
description: |
|
description: |
|
||||||
请确保你正确配置了该`channel`所需的配置项,所有可选的配置项都写在了[该文件中](https://github.com/zhayujie/chatgpt-on-wechat/blob/master/config.py),请将所需配置项填写在根目录下的`config.json`文件中。
|
请确保你正确配置了该`channel`所需的配置项,所有可选的配置项都写在了[该文件中](https://github.com/hanfangyuan4396/dify-on-wechat/blob/master/config.py),请将所需配置项填写在根目录下的`config.json`文件中。
|
||||||
options:
|
options:
|
||||||
- wx(个人微信, itchat)
|
- wx(个人微信, itchat)
|
||||||
- wxy(个人微信, wechaty)
|
- wxy(个人微信, wechaty)
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
额外对接了LLMOps平台 [Dify](https://github.com/langgenius/dify),支持Dify智能助手模型,调用工具和知识库,支持Dify工作流。
|
额外对接了LLMOps平台 [Dify](https://github.com/langgenius/dify),支持Dify智能助手模型,调用工具和知识库,支持Dify工作流。
|
||||||
|
|
||||||
|
Dify接入微信生态的**详细教程**请查看文章 [**手摸手教你把 Dify 接入微信生态**](https://docs.dify.ai/v/zh-hans/learn-more/use-cases/dify-on-wechat)
|
||||||
|
|
||||||
如果我的项目对您有帮助请点一个star吧~
|
如果我的项目对您有帮助请点一个star吧~
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue