From eb3bbdd3c5e0f16fe3c465bea30c781bd132d2d3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 3 Sep 2024 00:48:06 -0700 Subject: [PATCH] Update llm.py --- modules/llm.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/llm.py b/modules/llm.py index 9fb03d3..3b6d041 100644 --- a/modules/llm.py +++ b/modules/llm.py @@ -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