From 6eb82b26a7388f50eadd0963d9cf4062e3bfd931 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 9 Sep 2024 23:27:12 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 78b8011..4e4cbd6 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -147,7 +147,7 @@ def handle_llm(message_from_id, channel_number, deviceID, message, publicChannel # send via channel send_message(msg, channel_number, 0, deviceID) else: - msg = "Please wait, response could take 3+ minutes. Fund the SysOp's GPU budget!" + msg = "Please wait, response could take 30+ seconds. Fund the SysOp's GPU budget!" if channel_number == publicChannel: # send via DM send_message(msg, channel_number, message_from_id, deviceID)