From 78445c2d1fae0e8a36d0582ec37a1ed55a85710e Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 28 Dec 2024 21:09:37 -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 a6cd137..32d7f8a 100644 --- a/sweebot.py +++ b/sweebot.py @@ -544,7 +544,7 @@ while True: aimsg = aiconnector.send_message(CAImodel, new.chat_id, chatquery) ai_storage[channel] = new.chat_id multiline(aimsg.text, channel) - lastquery = f"

Channel: {channel}

Request:




Response



" + lastquery = f"

Channel: {channel}

Request:



{chatquery}

Response



{aimsg.text}" except: multiline("Something went wrong while connecting to Character.AI.", channel) print(traceback.format_exc())