From e36755a21dd6847195a6b01ff512cdf9037c4527 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 10 Sep 2024 00:52:20 -0700 Subject: [PATCH] Update llm.py fix typo --- modules/llm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/llm.py b/modules/llm.py index e58f4d3..58a8329 100644 --- a/modules/llm.py +++ b/modules/llm.py @@ -105,9 +105,9 @@ def llm_query(input, nodeID=0, location_name=None): if googleResults: - logger.debug(f"System: External LLM Query: {input} From:{nodeID} with context from google") + logger.debug(f"System: LLM Query: {input} From:{nodeID} with context from google") else: - logger.debug(f"System: External LLM Query: {input} From:{nodeID}") + logger.debug(f"System: LLM Query: {input} From:{nodeID}") response = "" result = ""