From 39c2cb11f305efe1b6e6fd3f9ea07aa268eafa56 Mon Sep 17 00:00:00 2001 From: Magic_yuan <317617749@qq.com> Date: Sun, 8 Dec 2024 17:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E5=A4=9A=E4=BD=99=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lightrag/llm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lightrag/llm.py b/lightrag/llm.py index 507753f4..9c94fe6c 100644 --- a/lightrag/llm.py +++ b/lightrag/llm.py @@ -315,7 +315,6 @@ async def ollama_model_if_cache( return inner() else: result = response["message"]["content"] - # Save to cache return result