Soulter
78575f0f0a
fix: failed to delete conversation in webchat
...
fixes : #2071
2025-07-10 17:04:34 +08:00
Soulter
2534f59398
chore: remove debug print statement from chat route
2025-07-10 16:59:58 +08:00
Soulter
5c60dbe2b1
fix: 修复 WebChat 下可能消息错位的问题
2025-07-10 16:52:16 +08:00
Raven95676
0321e00b0d
perf: 移除nh3
2025-07-09 20:32:14 +08:00
Soulter
225db66738
fix: refine streaming logic in chat response handling
2025-07-04 16:59:49 +08:00
Soulter
543e01c301
perf: webui 删除对话使用 conversation_mgr,以保持状态同步
2025-07-03 15:44:45 +08:00
Soulter
f1954f9a43
Merge pull request #1984 from RC-CHN/master
...
refactor:将前端测试供应商部分修改为独立并发异步获取各个文本供应商的状态
2025-07-03 10:55:51 +08:00
Soulter
5f0d601baa
feat: add support for selecting provider and models in webchat
2025-07-03 10:42:20 +08:00
Soulter
f3ad53e949
feat: add supports for selecting provider and models in webchat
2025-07-02 17:12:30 +08:00
Soulter
6a503b82c3
refactor: web chat queue management and streamline chat route handling
2025-07-01 22:34:17 +08:00
Ruochen
879b7b582c
perf:提取重复的错误处理逻辑,优化循环调用
2025-07-01 16:02:56 +08:00
Ruochen
8ba4236402
refactor:将前端测试供应商部分修改为独立并发异步获取各个文本供应商的状态
2025-07-01 15:41:30 +08:00
Soulter
2c435f7387
Merge pull request #1899 from IGCrystal/branch-1
...
🐞 fix: 显示运行时长国际化
2025-06-23 13:21:59 +08:00
Soulter
d03e9fb90a
fix: jwt secret
2025-06-23 12:36:11 +08:00
IGCrystal
4e28ea1883
🐞 fix: 显示运行时长国际化
2025-06-23 12:08:27 +08:00
Soulter
16ec462abd
feat: WebUI ProviderPage 添加服务提供商会话隔离设置功能
2025-06-11 00:51:18 +08:00
Soulter
581f9b7bd3
fix: typo fix
...
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2025-06-10 13:02:30 +08:00
Soulter
a6d91933dc
feat: 支持自动生成webchat title
2025-06-10 10:58:49 +08:00
Soulter
4c447aa648
perf: jwt token expire time change to 7 days
2025-06-09 11:52:48 +08:00
Soulter
ccbfc3d274
perf: 强化强制修改默认密码逻辑
2025-06-09 11:47:23 +08:00
Ruochen
11f35ebf96
fix: 修复 asyncio.wait_for 参数顺序错误
2025-06-07 09:50:30 +08:00
Soulter
7d403aa181
fix: syntax error
2025-06-07 01:20:56 +08:00
RC-CHN
9c276c37fe
Update astrbot/dashboard/routes/config.py
...
测试过对于dashscope类型供应商添加上下文是必要的,否则需要改动其_remove_image_from_context方法。
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com >
2025-06-06 14:01:58 +08:00
Ruochen
cdfb64631a
fix:修复dashscope类型供应商测试问题,延长了设置超时时间,改进prompt工程,修复了控制台打印日志超时时间不符
2025-06-06 09:21:09 +08:00
Ruochen
d161c281c8
Merge branch 'master' of https://github.com/RC-CHN/AstrBot
2025-06-06 00:39:25 +08:00
Raven95676
9147cab75b
fix: add additional routes for Alkaid knowledge base and long-term memory
2025-05-31 14:29:04 +08:00
Soulter
0924835253
feat: 将插件依赖检查和 pip 安装方法改为异步,以提高性能和响应速度
2025-05-31 11:44:58 +08:00
Soulter
20d2e5c578
perf: 优化日志流发送频率,防止积压超过 buffer size 导致前端显示异常
2025-05-31 11:25:51 +08:00
Soulter
d937a800d0
fix: provider name
2025-05-31 10:46:35 +08:00
Soulter
d16f3a227f
Merge branch 'master' into master
2025-05-31 10:46:15 +08:00
Soulter
80c9a3eeda
style: code style
2025-05-31 09:25:18 +08:00
Soulter
8288d5e51f
feat: embedding provider
2025-05-30 18:07:52 +08:00
Ruochen
6e1449900a
feat: 优化单个 provider 可用性测试的回退逻辑
2025-05-30 15:35:13 +08:00
Ruochen
b27271b7a3
feat:添加测试文本生成供应商可用功能
2025-05-30 15:10:15 +08:00
鸦羽
af98cb11c5
fix: handle missing nh3 library in plugin.py
2025-05-30 10:35:48 +08:00
Soulter
d6c663f79d
fix: do not display change password dialog in demo mode
2025-05-30 10:09:09 +08:00
Raven95676
537d373e10
fix: Fix potential XSS risk in plugin README content
2025-05-29 22:35:24 +08:00
Soulter
cceadf222c
Merge pull request #1676 from AstrBotDevs/fix-chat-get-file-bug
...
Fix: fixed a potential vulnerability in `/api/chat/get_file` endpoint.
2025-05-29 21:41:55 +08:00
Raven95676
39aea11c22
perf: enhance file access security in get_file method
...
Co-authored-by: anka-afk <1350989414@qq.com >
2025-05-29 21:03:51 +08:00
Soulter
900f14d37c
🐛 fix: fixed a potential vulnerability in /api/chat/get_file endpoint.
...
I have fixed a potential vulnerability in the `/api/chat/get_file` endpoint that could allow unauthorized access to files by ensuring the request has a jwt token.
2025-05-29 19:17:31 +08:00
Raven95676
2fc0ec0f72
fix: update route
2025-05-29 17:28:33 +08:00
Soulter
43a45f18ce
perf: knowledgebase delete
2025-05-23 15:50:10 +08:00
Soulter
ad51381063
perf: 动态路由注册
2025-05-23 15:18:16 +08:00
Soulter
10270b5595
feat: alkaid framework and supports to customize webapi endpoint
2025-05-17 15:38:51 +08:00
Soulter
d57b7222b2
perf: 优化 WebUI About 页面、侧边栏和顶栏
2025-05-17 13:30:33 +08:00
Soulter
42c7034fb2
🐛 fix: 修复路径
2025-05-11 18:17:06 +08:00
Soulter
060c7e0145
🐛 fix: 修复 CLI 模式下路径问题导致 WebUI 和 MCP Server 无法加载的问题
2025-05-11 18:09:36 +08:00
Raven95676
b858401098
chore: format code
2025-05-10 18:47:56 +08:00
渡鸦95676
e1a20d3c22
Merge branch 'master' into feature/cli
2025-05-09 20:22:33 +08:00
Soulter
d9d94af022
perf: 优化异常处理和显示
2025-05-09 04:00:12 -04:00