882 Commits

Author SHA1 Message Date
Soulter 0de14c4c8b perf: 配置项默认值 v3.3.15 2024-09-23 11:07:52 -04:00
Soulter 51de0159fb chore: update version to 3.3.15 2024-09-23 10:51:02 -04:00
Soulter 37a756aeb3 fix: turn off openai api streaming mode 2024-09-23 10:49:57 -04:00
Soulter 353b6ed761 feat: 支持自定义文转图服务地址 v3.3.14 2024-09-22 10:50:47 -04:00
Soulter 90815b1ac5 chore: update version to 3.3.14 2024-09-22 10:25:26 -04:00
Soulter 8a50786e61 feat: 支持设置控制台日志级别;
refactor: 重写了后端与仪表盘的日志通信
2024-09-22 10:23:26 -04:00
Soulter 3b77df0556 fix: 修复下载更新后压缩包不解压的问题 v3.3.13 2024-09-21 12:37:05 -04:00
Soulter 1fa11062de fix: /plugin u 指令异常 2024-09-21 12:33:00 -04:00
Soulter 6883de0f1c feat: partially test http server api 2024-09-21 12:19:49 -04:00
Soulter bdde0fe094 refactor: HTTP 请求全部异步化,移除了 baidu_aip, request 依赖 2024-09-21 11:36:02 -04:00
Soulter ab22b8103e Merge pull request #208 from Soulter/fix-issue-207
fix: 修复仪表盘保存配置递归校验失效的问题
2024-09-21 22:42:16 +08:00
Soulter 641d5cd67b fix: 修复仪表盘保存配置递归校验失效的问题 2024-09-21 10:40:32 -04:00
Soulter 9fe941e457 fix(dashboard): 修复配置页不显示模型配置的问题 v3.3.12 2024-09-20 05:10:47 -04:00
Soulter 78060c9985 refactor: moveplugins and temp folder to data/ 2024-09-20 04:41:44 -04:00
Soulter 5bd6af3400 Merge pull request #202 from Soulter/feat-middleware
支持插件注册消息中间件
2024-09-18 13:29:48 +08:00
Soulter 4ecd78d6a8 perf: remove error raise when command handler return an unexpected value 2024-09-17 04:49:49 -04:00
Soulter 7e9f54ed2c fix: change_password api 2024-09-17 03:33:18 -04:00
Soulter 7dd29c707f perf: 优化部分配置项的显示 v3.3.11 2024-09-15 10:28:23 -04:00
Soulter a1489fb1f9 Merge pull request #203 from Soulter/feat-custom-t2i-tmpl
自定义文转图 HTML 模板
2024-09-14 20:38:50 +08:00
Soulter 5f0f5398e8 fix: custom t2i 2024-09-14 08:21:34 -04:00
Soulter e3b2396f32 feat: custom t2i tmpl 2024-09-14 19:59:30 +08:00
Soulter 6fd70ed26a fix: call middleware 2024-09-11 04:59:49 -04:00
Soulter a93e6ff01a feat: middleware 2024-09-11 16:47:44 +08:00
Soulter 6db8c38c58 chore: remove agent function of helloworld plugin 2024-09-11 15:38:08 +08:00
Soulter d3d3ff7970 Update .codecov.yml 2024-09-11 12:34:49 +08:00
Soulter c5b2b30f79 Merge pull request #200 from Soulter/config-refactor
Update dashboard
2024-09-10 11:43:58 +00:00
Soulter ac2144d65b chore(dashboard): update dashboard 2024-09-10 07:40:39 -04:00
Soulter c620b4f919 Merge pull request #184 from Soulter/config-refactor
更易读的配置格式和平台、LLM多实例
2024-09-10 11:01:42 +00:00
Soulter 292a3a43ba perf: 完善覆盖率测试 2024-09-10 03:56:44 -04:00
Soulter 5fc4693b9c remove: .coverage 2024-09-10 01:57:51 -04:00
Soulter 6dfbaf1b88 bugfixes 2024-09-10 01:57:13 -04:00
Soulter 14c6e56287 Merge branch 'master' into config-refactor 2024-09-10 13:17:04 +08:00
Soulter 7e48514f67 Update README.md 2024-09-08 21:06:20 +08:00
Soulter d8e70c4d7f perf: 优化 llm tool 返回值处理 2024-09-08 08:41:26 -04:00
Soulter fb52989d62 Merge pull request #199 from Soulter/dev
解耦合 LLM Tool Use 注册并暴露插件接口
2024-09-08 12:24:34 +00:00
Soulter 5b72ebaad5 delete: remove deprecated files 2024-09-08 08:23:43 -04:00
Soulter 98863ab901 feat: customized tool-use 2024-09-08 08:16:36 -04:00
Soulter b5cb5eb969 feat: customized tool-use 2024-09-08 19:41:00 +08:00
Soulter 7f4f96f77b Merge branch 'master' into dev 2024-09-08 19:39:26 +08:00
Soulter 3b3f75f03e fix: 增大超时时间 2024-08-18 04:00:45 -04:00
Soulter a5db4d4e47 fix: 修复异端情况下主动信息发送带有本地图片url的消息时报错的问题 2024-08-18 03:55:11 -04:00
Soulter d3b0f25cfe refactor: Update ProviderOpenAIOfficial to skip test message when TEST_MODE=on
This commit updates the `ProviderOpenAIOfficial` class to skip returning the test message when the environment variable `TEST_MODE` is set to "on". This change ensures that the test message is only returned when both `TEST_LLM` and `TEST_MODE` are set to "on".
2024-08-17 06:19:08 -04:00
Soulter a9c6a68c5f Update README.md 2024-08-17 17:59:59 +08:00
Soulter c27f172452 Merge pull request #190 from Soulter/feat-test
[Feature] 添加自动化测试
2024-08-17 17:56:43 +08:00
Soulter 2eeb5822c1 chore: add codecov.yml 2024-08-17 05:54:38 -04:00
Soulter 743046d48f chore: Create necessary directories for data and temp in coverage test workflow 2024-08-17 05:29:52 -04:00
Soulter d3a5205bde refactor: Update coverage test workflow to properly create command configuration file 2024-08-17 05:27:33 -04:00
Soulter ae6dd8929a refactor: Update coverage test workflow to create command configuration file properly 2024-08-17 05:25:45 -04:00
Soulter dcf96896ef chore: Update coverage test workflow to install dependencies from requirements.txt 2024-08-17 05:10:05 -04:00
Soulter 67792100bb refactor: Fix command configuration file creation in coverage test workflow 2024-08-17 05:08:08 -04:00