mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
Some checks are pending
Deploy doc image to cf / deploy-production (push) Waiting to run
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy doc image by kubeconfig / update-docs-image (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
* feat: login limit time config * doc * perf: code * i18n update * update lock * fix: ts * update package
741 B
741 B
| title | description | icon | draft | toc | weight |
|---|---|---|---|---|---|
| V4.9.8(进行中) | FastGPT V4.9.8 更新说明 | upgrade | false | true | 792 |
🚀 新增内容
- 支持 Toolcalls 并行执行。
- 将所有内置任务,从非 stream 模式调整成 stream 模式,避免部分模型不支持非 stream 模式。如需覆盖,则可以在模型
额外 Body参数中,强制指定stream=false。 - qwen3 模型预设
⚙️ 优化
- Chat log list 优化,避免大数据时超出内存限制。
- 预加载 token 计算 worker,避免主任务中并发创建导致线程阻塞。
🐛 修复
- 应用列表/知识库列表,删除行权限展示问题。
- 打开知识库搜索参数后,重排选项自动被打开。