Initial Commit
This commit is contained in:
8
backend/LLM/Ollama.py
Normal file
8
backend/LLM/Ollama.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from interfaces.LLM_model import LLMInterface
|
||||
from langchain_core.prompts import ChatMessagePromptTemplate
|
||||
|
||||
|
||||
|
||||
class OllamaLLM(LLMInterface):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
Reference in New Issue
Block a user