Update llm.py

This commit is contained in:
SpudGunMan
2024-10-09 22:17:04 -07:00
parent bb83a64317
commit ce9436f449
-4
View File
@@ -63,10 +63,6 @@ if llmEnableHistory:
"""
# ollama_model = OllamaLLM(model=llmModel)
# model_prompt = ChatPromptTemplate.from_template(meshBotAI)
# chain_prompt_model = model_prompt | ollama_model
def llm_query(input, nodeID=0, location_name=None):
global antiFloodLLM, llmChat_history
googleResults = []