From fd433122dc7daa27a3c70654cf25a14365cf6c1a Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 28 Dec 2024 20:32:35 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 7eaf961..687ddc1 100644 --- a/sweebot.py +++ b/sweebot.py @@ -534,7 +534,7 @@ while True: elif command[0] == "$ai-chat": try: aiconnector = cai.connect() - chatquery = f"--Listen Up--\nYour happiness level is {happiness} (Maximum 10), your emotion level will impact the conversation's tone.\n--END Listen Up--\n--IRC recieve--\n<{nick}> " + " ".join(command[1:] + chatquery = f"--Listen Up--\nYour happiness level is {happiness} (Maximum 10), your emotion level will impact the conversation's tone.\n--END Listen Up--\n--IRC recieve--\n<{nick}> " + " ".join(command[1:]) lastquery = chatquery if channel in ai_storage: aimsg = aiconnector.send_message(CAImodel, ai_storage[channel], chatquery)