From f86448f4bfd6f45e976230088dec9721835a55ba Mon Sep 17 00:00:00 2001 From: lanceyq <1982376970@qq.com> Date: Mon, 23 Mar 2026 17:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90change=E3=80=91=20Restore=20chat=20mod?= =?UTF-8?q?e=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/core/memory/llm_tools/openai_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/app/core/memory/llm_tools/openai_client.py b/api/app/core/memory/llm_tools/openai_client.py index 0b75de3a..43c2b445 100644 --- a/api/app/core/memory/llm_tools/openai_client.py +++ b/api/app/core/memory/llm_tools/openai_client.py @@ -82,7 +82,6 @@ class OpenAIClient(LLMClient): LLMClientException: LLM 调用失败 """ try: - # 使用 Langfuse 回调(如果可用) template = """{messages}""" prompt = ChatPromptTemplate.from_template(template) chain = prompt | self.client