lanvent
|
8528c9b262
|
feat(tool.py): add new configuration options for think_depth, arxiv_summary, and morning_news_use_llm
|
1 year ago |
lanvent
|
7222a5c2f4
|
feat: add VERSION constant
|
1 year ago |
lanvent
|
59050001ef
|
Update README.md
|
1 year ago |
lanvent
|
2ba8f18724
|
feat: add railway method for wechatcomapp
|
1 year ago |
lanvent
|
fb22e01b89
|
fix: send voice in wechatcomapp rightly
|
1 year ago |
lanvent
|
76a81d5360
|
feat(wechatcomapp): add support for splitting long audio files
|
1 year ago |
lanvent
|
3314b05648
|
feat: add support for azure dalle
|
1 year ago |
lanvent
|
45b89218de
|
fix: support set_openai_api_key for all channels
|
1 year ago |
lanvent
|
beb7bda243
|
fix(docker): use debian.latest as latest image
|
1 year ago |
lanvent
|
bef2896f50
|
add libavcodec-extra to Dockerfile
|
1 year ago |
lanvent
|
9fea949b25
|
fix(azure_voice.py): log error details instead of cancellation details
|
1 year ago |
lanvent
|
be258e5b05
|
fix: add more log in itchat
|
1 year ago |
lanvent
|
008178d737
|
fix(login.py): add error message when retry count is exceeded
|
1 year ago |
lanvent
|
527d5e1dbc
|
fix(itchat): add error log when hot reload fails and log out before logging in normally
|
1 year ago |
lanvent
|
9b47e2d6f9
|
fix: output itchat error msg rightly
|
1 year ago |
lanvent
|
8781b1e976
|
fix: role,dungeon,godcmd support azure bot
|
1 year ago |
Jianglang
|
38c653d8d8
|
Merge pull request #957 from goldfishh/master
plugin(tool): 更新0.4.2
|
1 year ago |
lanvent
|
74e48bb137
|
Update README.md
|
1 year ago |
goldfishh
|
c3aaa1f735
|
plugin(tool): 更新0.4.2
|
1 year ago |
lanvent
|
bead2aa228
|
fix: a typo in template
|
1 year ago |
Jianglang
|
dc52ab8aa9
|
Merge pull request #944 from zhayujie/wechatcom-app
添加企业微信应用号部署方式,支持插件,支持语音图片交互
|
1 year ago |
lanvent
|
20b71f206b
|
feat: add subscribe_msg option for wechatmp, wechatmp_service, and wechatcom_app channels
|
1 year ago |
lanvent
|
73c87d5959
|
fix(wechatcomapp): split long text messages into multiple parts
|
1 year ago |
lanvent
|
c6601aaeed
|
fix: ensure get access_token thread-safe
|
1 year ago |
lanvent
|
6e14fce1fe
|
docs: update README.md for wechatcom_app
|
1 year ago |
lanvent
|
be5a62f1b8
|
Merge Pull Request #936 into wechatcom-app
|
1 year ago |
Jianglang
|
1fa8cefaea
|
Add contact link in ISSUE_TEMPLATE
|
1 year ago |
Jianglang
|
d7c251ac83
|
Update README.md
|
1 year ago |
lanvent
|
d03229a183
|
Update ISSUE_TEMPLATE
|
1 year ago |
lanvent
|
243482e829
|
Update ISSUE_TEMPLATE
|
1 year ago |
lanvent
|
79d10be8a0
|
fix(wechatmp): add clear_quota_lock to ensure thread safe
|
1 year ago |
JS00000
|
dca5c058e0
|
fix: Avoid the same filename under multithreading (#933)
|
1 year ago |
lanvent
|
9163ce71fd
|
fix: enable plugins for wechatcom_app
|
1 year ago |
lanvent
|
2ec5374765
|
feat:modify wechatcom to wechatcom_app
|
1 year ago |
lanvent
|
d6a4b35cd3
|
chore: add numpy version constraint
|
1 year ago |
lanvent
|
8205d2552c
|
fix(Dockerfile): add extra-index-url to pip install command
|
1 year ago |
lanvent
|
9a99caeb9d
|
chore: add fetch_translate method to Bridge class
|
1 year ago |
lanvent
|
1e09bd0e76
|
feat(azure_voice): add language detection, support mulitple languages
|
1 year ago |
lanvent
|
cae12eb187
|
feat: add baidu translate api
|
1 year ago |
zhayujie
|
8bb36e0eb6
|
Merge pull request #926 from zhayujie/dev
docs: update README
|
1 year ago |
zhayujie
|
d183204caa
|
docs: update README.md
|
1 year ago |
zhayujie
|
4a22ae6b61
|
docs: update README.md
|
1 year ago |
lanvent
|
a52f54d988
|
docs(wechatmp): Update README.md
|
1 year ago |
lanvent
|
618c94edb8
|
formatting: run precommit on all files
|
1 year ago |
lanvent
|
eaf4e9174f
|
style(linting): increase max-line-length to 176
The max-line-length configuration was increased to 176 in both .flake8 and pyproject.toml files to allow for longer lines of code.
|
1 year ago |
lanvent
|
4af2c7f3d7
|
fix: escape regex pattern
|
1 year ago |
lanvent
|
361f599df0
|
fix: escape regex patterns when matching name
|
1 year ago |
Jianglang
|
ffe4ea5e4c
|
Update README.md
|
1 year ago |
Jianglang
|
9461e3e01a
|
Merge pull request #912 from zhayujie/wechatmp
公众号功能优化:支持图片输入、消息加密模式、用户体验优化
|
1 year ago |
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 year ago |