mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 18:06:06 +00:00
fix:修复了因为迭代数据只推入resq_messages和resq_message_chain导致缓存到内存中的数据和写入log中的数据量庞大,以及有思考的think处理
feat:增加带有深度思考模型的think的去think操作 feat:dify中聊天机器人,chatflow对流式的支持
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user