zhayujie
55cc35efa9
feat: document summary and chat with content
1年前
vision
5ba8fdc5e7
fix
1年前
6vision
79c7f0c29f
个人订阅号长语音支持
1年前
6vision
2b3e643786
适配一次请求多条回复
1年前
chenzhenkun
ba6c671051
修复收到图片消息保存到本地失败的问题
1年前
chenzhenkun
ca25d0433f
修复接语音回复失效的问题
1年前
vision
5cc8b56a7c
Optimize image download and storage logic
- Implement new compression logic for files larger than 10MB to improve storage efficiency.
- Switch from JPEG to PNG to enhance image quality and compatibility.
1年前
zhayujie
4209e108d0
fix: wework single chat no prefix circle reply
1年前
chenzhenkun
ac4adac29e
兼容微信艾特的情况
1年前
chenzhenkun
79be4530d4
防止命中前缀导致死循环的情况
1年前
chenzhenkun
7ab56b9076
添加日志以方便定位问题
1年前
chenzhenkun
89f438208a
修复自己艾特自己会死循环的问题
1年前
zhayujie
054f927c05
fix: at_list bug in wechat channel
1年前
chenzhenkun
7c6ed9944e
支持wework企业微信机器人
1年前
zhayujie
2473334dfc
fix: channel send compatibility and add log
1年前
zhayujie
395edbd9f4
fix: only filter messages sent by the bot itself in private chat
1年前
zhayujie
2386eb8fc2
fix: unable to use plugin when group nickname is set
1年前
zhayujie
a786fa4b75
fix: reduce the expiration time and avoid storing the original message text to decrease memory usage
1年前
leeson
8224c2fc16
企业服务号的语音输出进行切割
1年前
zhayujie
709b5be634
fix: group voice config and azure model calc support
1年前
vision
dbe2f17e1a
add reply_suffix
增加私聊和群聊回复后缀的可选配置
1年前
lanvent
419a3e518e
feat: make plugin compatible with LINKAI in most cases
1年前
Jianglang
ed4553ddf8
Update README.md
1年前
Zhaoyi-Yan
ff97ae73f1
add \n after @nickname for group chat
1年前
zhayujie
34277a3940
feat: add app market
1年前
SSMario
44cb54a9ea
feat: 手机上回复消息,不触发机器人
1年前
taoguoliang
3e92d07618
feat(命令): 添加set_gpt_model、set_gpt_model、set_gpt_model 几个命令的使用
1年前
林督翔
e4eebd64d1
fix(企业微信):补充缺失依赖textwrap
1年前
lanvent
4f1ed197ce
fix: compatible with python 3.7
1年前
Jianglang
6b4dc37428
Update README.md
1年前
lanvent
2ba8f18724
feat: add railway method for wechatcomapp
1年前
lanvent
fb22e01b89
fix: send voice in wechatcomapp rightly
1年前
lanvent
76a81d5360
feat(wechatcomapp): add support for splitting long audio files
1年前
lanvent
45b89218de
fix: support set_openai_api_key for all channels
1年前
lanvent
527d5e1dbc
fix(itchat): add error log when hot reload fails and log out before logging in normally
1年前
lanvent
20b71f206b
feat: add subscribe_msg option for wechatmp, wechatmp_service, and wechatcom_app channels
1年前
lanvent
73c87d5959
fix(wechatcomapp): split long text messages into multiple parts
1年前
lanvent
c6601aaeed
fix: ensure get access_token thread-safe
1年前
lanvent
6e14fce1fe
docs: update README.md for wechatcom_app
1年前
lanvent
79d10be8a0
fix(wechatmp): add clear_quota_lock to ensure thread safe
1年前
lanvent
2ec5374765
feat:modify wechatcom to wechatcom_app
1年前
lanvent
8205d2552c
fix(Dockerfile): add extra-index-url to pip install command
1年前
lanvent
a52f54d988
docs(wechatmp): Update README.md
1年前
lanvent
618c94edb8
formatting: run precommit on all files
1年前
lanvent
4af2c7f3d7
fix: escape regex pattern
1年前
lanvent
361f599df0
fix: escape regex patterns when matching name
1年前
lanvent
7c85c6f742
feat(wechatmp): add support for message encryption
- Add support for message encryption in WeChat MP channel.
- Add `wechatmp_aes_key` configuration item to `config.json`.
1年前
lanvent
b5df6faadf
feat: verify server when receive message in wechatmp
1年前
lanvent
7cefe2d825
fix: split long text messages into multiple parts in wechatmp_service
1年前
lanvent
665001732b
feat: add image compression
Add image compression feature to WechatComAppChannel to compress images larger than 10MB before uploading to WeChat server. The compression is done using the `compress_imgfile` function in `utils.py`. The `fsize` function is also added to `utils.py` to calculate the size of a file or buffer.
1年前