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