From d795dc1a81251e13c2bae19a491bcdc507829f4c Mon Sep 17 00:00:00 2001 From: Rid7 Date: Mon, 15 May 2023 15:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=87=8D=E7=BD=AE=E6=97=B6?= =?UTF-8?q?=E8=B0=83=E7=94=A8claude=5Fmodel=E7=9A=84reset=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- request_llm/bridge_claude.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request_llm/bridge_claude.py b/request_llm/bridge_claude.py index f2511b0..4e12bc9 100644 --- a/request_llm/bridge_claude.py +++ b/request_llm/bridge_claude.py @@ -116,7 +116,7 @@ class ClaudeHandle(Process): # 是否重置 if len(self.local_history) > 0 and len(history) == 0: - await self.claude_model.reset() + # await self.claude_model.reset() self.local_history = [] # 开始问问题