fix:修复了因为迭代数据只推入resq_messages和resq_message_chain导致缓存到内存中的数据和写入log中的数据量庞大,以及有思考的think处理

feat:增加带有深度思考模型的think的去think操作
feat:dify中聊天机器人,chatflow对流式的支持
This commit is contained in:
Dong_master
2025-07-13 22:41:39 +08:00
parent 301509b1db
commit 0be08d8882
4 changed files with 113 additions and 41 deletions
+7
View File
@@ -132,3 +132,10 @@ stages:
type: boolean
required: true
default: true
- name: remove_think
label:
en_US: remove think
zh_Hans: 删除深度思考消息
type: boolean
required: true
default: true