mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-22 02:55:02 +02:00
Update mesh_bot.py
This commit is contained in:
+1
-1
@@ -398,7 +398,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 None
|
||||
else:
|
||||
msg = "Please wait, response could take 30+ seconds. Fund the SysOp's GPU budget!"
|
||||
logger.debug(f"System: LLM: First Query, computing runtime")
|
||||
|
||||
if msg:
|
||||
if (channel_number == publicChannel and antiSpam) or useDMForResponse:
|
||||
|
||||
Reference in New Issue
Block a user