From 3a417a92815113206886eca2a9efcc2fa10f68b9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 1 Sep 2024 00:11:37 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 833719b..a7ac92d 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -481,7 +481,7 @@ async def start_rx(): logger.debug(f"System: Wikipedia search Enabled") if llm_enabled: logger.debug(f"System: Ollama LLM Enabled, loading model please wait") - llm_query("", 0) + llm_query("", myNodeNum1) logger.debug(f"System: LLM model loaded") if motd_enabled: logger.debug(f"System: MOTD Enabled using {MOTD}")