Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-09-01 00:11:37 -07:00
parent 748085c2be
commit 3a417a9281
+1 -1
View File
@@ -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}")