Update llm.py

This commit is contained in:
SpudGunMan
2024-09-03 00:48:06 -07:00
parent 1ac816ca37
commit eb3bbdd3c5
+3 -1
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# LLM Module vDev
# LLM Module for meshing-around
# This module is used to interact with Ollama to generate responses to user input
# K7MHI Kelly Keeton 2024
from modules.log import *
from langchain_ollama import OllamaLLM