Commit Graph

1460 Commits

Author SHA1 Message Date
6vision 94e78365a5 docs: expand channel usage 2025-06-29 17:49:26 +08:00
vision 29c056ca65 Merge pull request #2611 from 6vision/web_channel_update
refactor: improve logger message to use dynamic port
2025-06-29 17:20:00 +08:00
vision d8c57f27db Merge branch 'zhayujie:master' into master 2025-06-29 17:17:59 +08:00
6vision 3cac2bad55 refactor: improve logger message to use dynamic port 2025-06-29 17:12:28 +08:00
vision e7905fdf49 docs: expand channel usage
Improve channel integration docs
2025-06-26 19:27:11 +08:00
vision a492bc2242 docs: expand channel usage 2025-06-26 19:24:39 +08:00
zhayujie e663364f64 Merge pull request #2609 from 6vision/master
docs: update README.md
2025-06-24 20:45:28 +08:00
6vision ef6466e26f docs: update README.md 2025-06-24 20:33:52 +08:00
6vision 7fcbbf1cdc docs: update README.md 2025-06-24 17:24:01 +08:00
6vision ec6ad51ff7 docs: update README.md 2025-06-24 17:20:53 +08:00
zhayujie 1e80c59448 docs: update README.md 2025-06-15 17:44:44 +08:00
zhayujie e48cb4fd5d chore: remove useless files 2025-06-15 17:33:40 +08:00
zhayujie 7c9fbd2625 docs: improve the readme document 2025-06-15 17:31:41 +08:00
zhayujie 0f504415fb docs: optimize the documentation 2025-06-15 12:42:05 +08:00
zhayujie 4998c324d1 fix: remove chat prefix in web channel 2025-06-07 15:30:22 +08:00
zhayujie fb5fbe76e8 docs: update docs 2025-05-30 17:06:40 +08:00
zhayujie 223b0bfc88 docs: update README.md 2025-05-30 17:05:04 +08:00
vision 51094a68c8 feat: update Gemini models 2025-05-25 17:44:28 +08:00
6vision 83cb1ec911 feat: update Gemini models 2025-05-25 17:39:17 +08:00
vision a77e4bfb7a Merge pull request #2596 from 6vision/master
feat: support claude-4-opus and claude-4-sonnet models
1.7.6
2025-05-23 17:19:05 +08:00
6vision 654c177333 docs: update readme.md 2025-05-23 17:12:58 +08:00
vision b92669ba33 Merge branch 'zhayujie:master' into master 2025-05-23 17:08:23 +08:00
6vision f2e4f6607d feat:support claude-4-opus and claude-4-sonnet models 2025-05-23 17:07:46 +08:00
zhayujie 5ec909c565 docs: update readme.md 2025-05-23 16:54:58 +08:00
vision a84f31d54a Merge pull request #2592 from thzjy/fix-1037-baidu-voice
fix: 修复百度语音合成长文处理
2025-05-23 15:14:11 +08:00
vision e0dd21406d Update baidu_voice.py 2025-05-23 15:13:28 +08:00
vision 72f5f7a0b8 Merge pull request #2565 from dhyarcher/master
Fix access_token expiration handling by processing expires_in and ref…
2025-05-23 14:31:16 +08:00
zhayujie e3d20085c5 Merge pull request #2595 from zhayujie/feat-agent-plugin
feat: add agent plugin and optimize web channel
2025-05-23 11:59:54 +08:00
zhayujie 8bf1aef801 docs: add web channel and agent plugin docs 2025-05-23 11:56:41 +08:00
Saboteur7 5f7ade20dc feat: web channel support multiple message and picture display 2025-05-23 00:43:54 +08:00
Saboteur7 70d7e52df0 feat: 优化agent插件及webUI对话页面 2025-05-22 17:31:32 +08:00
zhayujie 8e6afa5614 Merge pull request #2593 from zhayujie/feat-web-ui
feat: web ui channel optimization
2025-05-19 11:48:34 +08:00
Saboteur7 a1ae3804e3 feat: web ui channel optimization 2025-05-19 11:41:20 +08:00
thzjy 814ce7a43b fix: 修复百度语音合成长文处理 2025-05-18 17:32:17 +08:00
Saboteur7 628f75009e Merge pull request #2591 from zhayujie/feat-web-ui
feat: new web UI channel
2025-05-18 16:57:57 +08:00
Saboteur7 03fc8c1202 feat: web ui channel update 2025-05-18 16:56:50 +08:00
Saboteur7 8c8e996c87 feat: web channel optimization 2025-05-18 15:23:02 +08:00
vision 933bb0b1fb Merge pull request #2579 from 6vision/web_channel_bug_fix
Fix: fix 'NoneType' object does not support item assignment error (#2525)
2025-04-20 17:22:54 +08:00
6vision 931fbc3eb5 fix: fix 'NoneType' object does not support item assignment error (#2525)
### Problem Description
When `context` is `None`, it should not be used for assignment operations.

### Solution
Adjusted the code logic to ensure that `context` is not `None` before performing any item assignment.
2025-04-20 16:27:44 +08:00
Saboteur7 3db5e70a3d docs: Update README.md 2025-04-15 09:54:24 +08:00
zhayujie 7b19b70d90 Merge pull request #2575 from 6vision/master
feat: support gpt-4.1 series models
2025-04-15 09:25:02 +08:00
6vision 99b8103d70 feat: support gpt-4.1 series models 2025-04-15 09:15:13 +08:00
vision 7167310ccd Merge pull request #2571 from 6vision/master
update readme and adjust some dependency packages.
1.7.5
2025-04-11 16:04:55 +08:00
6vision 263667a2d4 update 2025-04-11 16:03:22 +08:00
6vision d5cef291f6 update readme and adjust some dependency packages. 2025-04-11 15:50:28 +08:00
vision c8d166e833 Merge pull request #2544 from wahahage/master
新增腾讯语音
2025-04-11 14:14:55 +08:00
vision 6e25782d8b docs: Delete channel/wechat/README.md 2025-04-11 10:23:05 +08:00
vision c3127f7e84 Merge pull request #2562 from josephier/support_wcferry
feat: add support for WeChat integration via the wcferry protocol
2025-04-09 18:51:01 +08:00
dhyarcher 7b90fb018b Fix access_token expiration handling by processing expires_in and refreshing the token when expired;修复 access_token 过期处理,添加对 expires_in 的处理并在过期时刷新 token; 2025-04-03 10:13:57 +08:00
josephier e8bc173cd7 doc: Update and rename readme.md to README.md 2025-03-31 19:39:01 +08:00