mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 15:56:03 +00:00
fix:修复了因为迭代数据只推入resq_messages和resq_message_chain导致缓存到内存中的数据和写入log中的数据量庞大,以及带有深度思考模型的think增加
This commit is contained in:
@@ -102,7 +102,6 @@ class LocalAgentRunner(runner.RequestRunner):
|
||||
query.use_llm_model,
|
||||
req_messages,
|
||||
query.use_funcs,
|
||||
is_stream,
|
||||
extra_args=query.use_llm_model.model_entity.extra_args,
|
||||
)
|
||||
yield msg
|
||||
|
||||
Reference in New Issue
Block a user