mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 09:22:44 +02:00
Update llm.py
fix typo
This commit is contained in:
+2
-2
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user