Commit Graph

369 Commits

Author SHA1 Message Date
lanvent 5a221848e9 feat: avoid disorder by producer-consumer model 2023-04-04 05:18:09 +08:00
lanvent 7458a6298f feat: add trigger_by_self option 1.1.7.4 2023-04-03 23:58:19 +08:00
lanvent b0f54bb8b7 fix: dirty message including at and prefix 2023-04-03 23:53:58 +08:00
lanvent acddadc406 feat: add convert pcm32 to pcm16 2023-04-03 22:55:39 +08:00
lanvent b74274b96b fix: old code in hello plugin 2023-04-03 02:00:33 +08:00
lanvent 49ba278316 fix: use english filename 2023-04-02 16:50:11 +08:00
lanvent 388058467c fix: delete same file twice 2023-04-02 14:55:45 +08:00
lanvent cf25bd7869 feat: itchat show qrcode using viewer 2023-04-02 14:45:38 +08:00
lanvent 02a95345aa fix: add more qrcode api 1.1.7.3 2023-04-02 14:13:38 +08:00
lanvent 6076e2ed0a fix: voice longer than 60s cannot be sent 1.1.7.2 2023-04-02 12:29:10 +08:00
lanvent cec674cb47 update qrcode 1.1.7.1 2023-04-02 04:44:08 +08:00
Jianglang c5a90823fa Update README.md 2023-04-02 04:30:40 +08:00
Jianglang 18d82bc1f0 Update README.md 1.1.7 2023-04-02 04:23:13 +08:00
lanvent a68af990ea update Readme.md 2023-04-02 04:19:50 +08:00
lanvent e71c600d10 feat: new itchat qrcode generator 2023-04-02 03:46:09 +08:00
lanvent d7f1f7182c feat: add always_reply_voice option 2023-04-01 22:27:11 +08:00
lanvent dfb2e460b4 fix: voice length bug in wechaty 2023-04-01 21:58:55 +08:00
lanvent 5badef8ba9 fix: correct sample rate when convert to silk 2023-04-01 20:59:52 +08:00
lanvent 18aa5ce75c fix: get correct audio format in pytts 2023-04-01 20:58:06 +08:00
lanvent 1545a9f262 feat: support azure voice 2023-04-01 16:36:27 +08:00
Jianglang 47cc65a787 Merge pull request #720 from lanvent/master
wechaty支持插件
1.1.6
2023-04-01 05:01:31 +08:00
lanvent cda9d5873d plugins: support wechaty channel 2023-04-01 04:26:34 +08:00
lanvent 02cd553990 refactor: using one processing logic in chat channel 2023-04-01 04:24:00 +08:00
lanvent 87df588c80 refactor: stripp processing unrelated to channel 2023-03-31 22:31:10 +08:00
lanvent 4ad2997717 compatibility: lower boolean values in env 1.1.5.3 2023-03-31 15:25:02 +08:00
lanvent 50a03e7c15 refactor: wrap wechaty message 2023-03-31 05:36:53 +08:00
lanvent 4f3d12129c refactor: wrap wechat msg to make logic general 2023-03-31 05:36:52 +08:00
lanvent 37a95980d4 feat: support at everywhere 2023-03-31 05:27:19 +08:00
lanvent d9ef5a6612 fix: 无前缀触发bug 1.1.5.2 2023-03-30 18:26:44 +08:00
lanvent 66a81cd47c fix: 修复群语音触发bug 1.1.5.1 2023-03-30 16:26:01 +08:00
lanvent 81edd13470 Merge branch 'master' of https://github.com/zhayujie/chatgpt-on-wechat into master-dev 2023-03-30 16:07:29 +08:00
lanvent 7a94745b8a fix: group chat bug 2023-03-30 16:06:57 +08:00
zhanws 06b02f5df8 解决百度语音合成的一些问题和参数化设置 (#676)
* 解决百度语音合成的一些问题和参数化设置

* 补充百度语音说明
2023-03-30 14:59:52 +08:00
lanvent 83136e3142 feat: refactor handle function 2023-03-30 14:44:45 +08:00
lanvent 950a9f2ee0 docker: add Dockerfile 1.1.4 2023-03-30 02:13:03 +08:00
lanvent a26c10fee8 feat: add git action for publish image 2023-03-30 02:04:30 +08:00
lanvent 4bcd76fe93 feat: update python in docker to 3.10 2023-03-30 00:32:40 +08:00
lanvent 90ccb091ca fix: change order in requirement.txt 2023-03-30 00:24:31 +08:00
lanvent 62df27eaa1 fix: retry when send failed 2023-03-30 00:23:57 +08:00
lanvent 349115b948 fix: use mp3 file when mp3_to_wav failed 2023-03-29 17:05:32 +08:00
lanvent 4fd7e4be67 fix: ignore remove file failed 2023-03-29 16:46:55 +08:00
lanvent 947e892916 feat: retry when timeout 2023-03-29 15:12:27 +08:00
lanvent d62b7d1a99 feat: merge chat related sessions 2023-03-29 12:25:31 +08:00
lanvent 432b39a9c4 fix: single voice to text bug 2023-03-29 11:32:30 +08:00
zhanws 26540bfb63 补充语音单聊前缀判断过滤 (#661) 2023-03-29 01:41:36 +08:00
lanvent fd64f88a7e fix: import openai.error 2023-03-28 22:18:29 +08:00
lanvent 72994bc9ef fix: voice to text bug 2023-03-28 18:56:36 +08:00
lanvent 7e1138af50 Merge branch 'master' of https://github.com/zhayujie/chatgpt-on-wechat into master-dev 2023-03-28 17:36:35 +08:00
lanvent 72dbddb7f7 sdwebui: add use_https startarg 2023-03-28 17:36:05 +08:00
Jianglang 10dba50843 Update ISSUE_TEMPLATE.md 2023-03-28 17:09:41 +08:00