from interfaces.LLM_model import LLMInterface from langchain_core.prompts import ChatMessagePromptTemplate class OllamaLLM(LLMInterface): def __init__(self): super().__init__()