perf: think tag parse (#4102)

This commit is contained in:
Archer
2025-03-11 16:33:08 +08:00
committed by archer
parent a3df9ea531
commit 16832caaf6
3 changed files with 8 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ weight: 799
2. 应用拉取绑定知识库数据交由后端处理。
3. 增加依赖包安全版本检测,并升级部分依赖包。
4. 模型测试代码。
5. 优化思考过程解析逻辑:只要配置了模型支持思考,均会解析 <think> 标签,不会因为对话时,关闭思考而不解析。
## 🐛 修复