* add quote response filter (#4727) * chatting * add quote response filter * add test * remove comment * perf: cite hidden * perf: format llm response * feat: comment * update default chunk size * update default chunk size --------- Co-authored-by: heheer <heheer@sealos.io>
522 B
522 B
title, description, icon, draft, toc, weight
| 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 优化,避免大数据时超出内存限制。