镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-08 15:36:48 +00:00
取消重置时调用claude_model的reset方法
这个提交包含在:
@@ -116,7 +116,7 @@ class ClaudeHandle(Process):
|
|||||||
|
|
||||||
# 是否重置
|
# 是否重置
|
||||||
if len(self.local_history) > 0 and len(history) == 0:
|
if len(self.local_history) > 0 and len(history) == 0:
|
||||||
await self.claude_model.reset()
|
# await self.claude_model.reset()
|
||||||
self.local_history = []
|
self.local_history = []
|
||||||
|
|
||||||
# 开始问问题
|
# 开始问问题
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户