mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-13 21:31:22 +02:00
Update llm.py
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user