mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-29 22:41:27 +02:00
Update llm.py
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ def llm_query(input, nodeID=0, location_name=None):
|
||||
|
||||
|
||||
if googleResults:
|
||||
logger.debug(f"System: LLM Query: {input} From:{nodeID} with context from google")
|
||||
logger.debug(f"System: Google-Enhanced LLM Query: {input} From:{nodeID}")
|
||||
else:
|
||||
logger.debug(f"System: LLM Query: {input} From:{nodeID}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user