Commit Graph

703 Commits (995894d3aafaf4b9944f6ded3149878ba0cfef30)

Author SHA1 Message Date
zhayujie 995894d3aa
Merge branch 'master' into master 2023-08-08 15:46:07 +08:00
zhayujie 4da8714124
Merge pull request #1358 from zhayujie/feat-1.3.5
feat: add midjourney variation and reset
2023-08-08 11:21:35 +08:00
zhayujie 6b247ae880 feat: add midjourney variation and reset 2023-08-07 19:14:09 +08:00
zhayujie 176941ea3b
Merge pull request #1357 from zhayujie/feat-1.3.5
feat: add plugin instructions and fix some issues
2023-08-07 14:44:03 +08:00
zhayujie 5176b56d3b fix: global plugin read encoding 2023-08-07 14:42:24 +08:00
zhayujie 8abf18ab25 feat: add knowledge base and midjourney switch instruction 2023-08-06 17:57:07 +08:00
zhayujie 395edbd9f4 fix: only filter messages sent by the bot itself in private chat 2023-08-06 16:02:02 +08:00
zhayujie 2386eb8fc2 fix: unable to use plugin when group nickname is set 2023-08-06 15:44:48 +08:00
zhayujie 68208f82a0 docs: update README.md 2023-08-01 00:08:39 +08:00
zhayujie ca916b7ce5 fix: default to fast mode 2023-07-31 21:40:50 +08:00
zhayujie 01e02934da
Merge pull request #1334 from zyqfork/master
azure api add api-version https://learn.microsoft.com/zh-cn/azure/ai-serv
2023-07-31 18:40:06 +08:00
zhayujie c81a79f7b9
Merge pull request #1104 from mari1995/feat_my_msg
feat: 手机上回复消息,不触发机器人
2023-07-31 18:02:41 +08:00
zhayujie 1133648bf6 Merge branch 'master' of github.com:zhayujie/chatgpt-on-wechat 2023-07-31 17:58:06 +08:00
zhayujie e05bc541d7
Merge pull request #1346 from befantasy/patch-1
Update keyword.py 增加返回图片的功能
2023-07-31 17:53:46 +08:00
zhayujie d689d20482 docs: update README.md 2023-07-31 17:52:05 +08:00
zhayujie 39dd99b272
Merge pull request #1343 from zhayujie/feat-1.3.4
feat: add midjourney and app manager plugin
2023-07-31 17:15:22 +08:00
zhayujie cda21acb43 feat: use new linkai completion api 2023-07-31 16:11:33 +08:00
zhayujie 9bd7d09f20 fix: remove relax mode temporarily 2023-07-31 14:42:50 +08:00
zhayujie b22994c2d2 fix: some image bug 2023-07-30 19:55:56 +08:00
zhayujie e027286b6d fix: midjourney check task thread 2023-07-30 15:16:19 +08:00
befantasy d6e16995e0
Update keyword.py 增加返回图片的功能
增加返回图片的功能。以http/https开头,且以.jpg/.jpeg/.png/.gif结尾的内容,识别为URL,自动以图片发送。
2023-07-30 14:40:07 +08:00
zhayujie 782bff3a51 fix: add debug log 2023-07-29 12:22:45 +08:00
zhayujie de26dc0597 fix: fast mode and relax mode checkout 2023-07-28 18:50:21 +08:00
zhayujie 233b24ab0f feat: add global admin config 2023-07-28 16:33:41 +08:00
zhayujie 2f9e5b1219 feat: check app_code dynamically 2023-07-28 12:40:06 +08:00
zhayujie dd36b8b150 config: add config template 2023-07-27 21:29:50 +08:00
zhayujie f81ac31fe1 feat: add linkai plugin to support midjourney and distinguish app between groups 2023-07-27 21:21:36 +08:00
Kevin Li 24b63bc5bd Add Baidu access token validation 2023-07-25 11:11:02 +08:00
Kevin Li 1817a972c6 Add Baidu Wenxin Bot 2023-07-25 09:52:47 +08:00
zyqcn@live.com 74a253f521 azure api add api-version:https://learn.microsoft.com/zh-cn/azure/ai-services/openai/reference 2023-07-24 16:28:05 +08:00
zhayujie 41762a1c57
Merge pull request #1332 from zhayujie/feat-1.3.3
fix: reduce memory usage
2023-07-21 17:18:56 +08:00
zhayujie a786fa4b75 fix: reduce the expiration time and avoid storing the original message text to decrease memory usage 2023-07-21 17:16:34 +08:00
zhayujie e4c7602c0c docs: update README.md 2023-07-21 17:14:11 +08:00
zhayujie e0d2e34980
Merge pull request #1328 from zhayujie/feat-1.3.3
feat: support global plugin config for docker env
2023-07-21 10:50:16 +08:00
zhayujie 9ef8e1be3f feat: move loading config method to base class 2023-07-20 16:08:19 +08:00
zhayujie aae9b64833 fix: reduce unnecessary error traceback logs 2023-07-20 14:46:41 +08:00
zhayujie 4bab4299f2 fix: global plugin config read 2023-07-20 14:24:40 +08:00
zhayujie 954e55f4b4 feat: add plugin global config to support docker volumes 2023-07-20 11:36:02 +08:00
zhayujie 2361e3c28c docs: update README for railway cancelled free service 2023-07-19 18:23:59 +08:00
zhayujie 8aac86f0a9
Merge pull request #1291 from 6vision/master
(tool)fix azure model
2023-07-05 01:44:06 +08:00
vision 6384e9310b
plugin(tool): 更新0.4.6
1、temp fix summary tool not ending bug
2、兼容0613 gpt-3.5
3、add azure's model name: gpt-35-turbo
2023-07-05 01:06:53 +08:00
vision 7a9205dfba
fix azure model
更新chatgpt_tool_hub至0.4.6,拉取最新代码。tool即可使用azure接口!
2023-07-05 01:01:46 +08:00
Jianglang 94b47a56f4
Merge pull request #1282 from haikerapples/master_haiker_timetask
内置 timetask 插件
2023-07-01 18:37:07 +08:00
zhayujie 709b5be634 fix: group voice config and azure model calc support 2023-07-01 13:17:08 +08:00
haikerwang f970b2c168 内置 timetask 插件 2023-06-29 00:58:57 +08:00
zhayujie 973acb37ed
docs: update README.md 2023-06-27 22:28:51 +08:00
zhayujie 1c9020a565
docs: update README.md 2023-06-26 23:52:32 +08:00
zhayujie c5f1d0042c
docs: update README.md 2023-06-26 20:11:35 +08:00
zhayujie fa706e8b1d
Merge pull request #1275 from zhayujie/feat-docker
chore: remove useless docker files
2023-06-26 14:16:18 +08:00
zhayujie 12c170f227 chore: remove useless docker files 2023-06-26 14:05:08 +08:00