mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
Test parse cite and add tool call parallel (#4737)
* 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>
This commit is contained in:
@@ -10,7 +10,9 @@ weight: 792
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
1. qwen3 模型预设
|
||||
1. 支持 Toolcalls 并行执行。
|
||||
2. 将所有内置任务,从非 stream 模式调整成 stream 模式,避免部分模型不支持非 stream 模式。如需覆盖,则可以在模型`额外 Body`参数中,强制指定`stream=false`。
|
||||
3. qwen3 模型预设
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
|
@@ -563,7 +563,7 @@ HTTP模块中,需要设置 3 个工具参数:
|
||||
"hidden"
|
||||
],
|
||||
"label": "",
|
||||
"value": 1500,
|
||||
"value": 5000,
|
||||
"valueType": "number"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user