Update mesh_bot.py

This commit is contained in:
SpudGunMan
2025-01-21 20:21:32 -08:00
parent fe8ba8aaf4
commit 82880677f4
+1 -1
View File
@@ -399,7 +399,7 @@ def handle_llm(message_from_id, channel_number, deviceID, message, publicChannel
averageRuntime = sum(llmTotalRuntime) / len(llmTotalRuntime)
msg = f"Please wait, average query time is: {int(averageRuntime)} seconds" if averageRuntime > 25 else ''
else:
logger.debug(f"System: LLM: First Query, computing runtime")
msg = "Please wait, response could take 30+ seconds. Fund the SysOp's GPU budget!"
if msg != '':
if (channel_number == publicChannel and antiSpam) or useDMForResponse: