Update ollama.py (#1619)

This commit is contained in:
krescent
2024-08-02 04:12:22 +08:00
committed by GitHub
parent 918823d805
commit 51092b0b64

View File

@@ -1,5 +1,5 @@
import ollama
from llm.base import LLMBase
from mem0.llms.base import LLMBase
class OllamaLLM(LLMBase):