Skip to content

Releases: hanfangyuan4396/dify-on-wechat

v0.1.13

16 Nov 04:27
f169894
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.12...0.1.13

v0.1.12

12 Nov 14:51
d41c06b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.11...0.1.12

v0.1.11

05 Oct 06:14
d7b67a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.10...0.1.11

v0.1.10

01 Oct 08:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.9...0.1.10

v0.1.9

18 Sep 15:41
64aa553
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.8...0.1.9

支持dify voice

dify语音相关配置如下,另外需要在dify应用中开启语音转文字以及文字转语音功能

{
  "dify_api_base": "https://api.dify.ai/v1",
  "dify_api_key": "app-xxx",
  "dify_app_type": "chatbot",
  "voice_reply_voice": true,   # 是否使用语音回复语音
  "always_reply_voice": false, # 是否一直使用语音回复
  "voice_to_text": "dify",     # 语音识别引擎
  "text_to_voice": "dify"      # 语音合成引擎
}

0.1.8

16 Sep 03:04
684fa19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.1.8

0.1.7

15 Aug 15:18
Compare
Choose a tag to compare

What's Changed

  • 修复coze_bot_id在docker中引入参数,会导致隐式转型为数值,进一步导致coze api调用失败 by @AceyKubbo in #82

New Contributors

Full Changelog: 0.1.6...0.1.7

0.1.6

08 Aug 15:57
Compare
Choose a tag to compare

What's Changed

  • feat: chatbot type app supports parsing markdown text, image and file by @hanfangyuan4396 in #77

Full Changelog: 0.1.5...0.1.6

v0.1.5

05 Aug 14:17
2811581
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.1.5

0.1.4

04 Aug 15:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4