initial commit
This commit is contained in:
0
llm/__init__.py
Normal file
0
llm/__init__.py
Normal file
7
llm/ollama.py
Normal file
7
llm/ollama.py
Normal file
@@ -0,0 +1,7 @@
|
||||
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