refactored project to use poetry
This commit is contained in:
5
rag_system/llm/ollama.py
Normal file
5
rag_system/llm/ollama.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from langchain_ollama import OllamaLLM
|
||||
|
||||
|
||||
def load_llm():
|
||||
return OllamaLLM(model="llama3.2", base_url="http://localhost:11434", temperature=0)
|
||||
Reference in New Issue
Block a user