diff --git a/.gitignore b/.gitignore index 72ddabf..64fb574 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .idea +bot-store/ +config.yaml # ---> Python # Byte-compiled / optimized / DLL files diff --git a/matrix_gpt/bot/callbacks.py b/matrix_gpt/bot/callbacks.py index 04268d0..605e0b1 100644 --- a/matrix_gpt/bot/callbacks.py +++ b/matrix_gpt/bot/callbacks.py @@ -80,7 +80,6 @@ class Callbacks: # message = Message(self.client, self.store, msg, room, event, self.reply_in_thread) # await message.process() api_data.append({'role': 'user', 'content': event.body}) - print(thread_content) await process_chat(self.client, room, event, api_data, self.store, self.openai, thread_root_id=thread_content[0].event_id) return elif msg.startswith(self.command_prefix) or room.member_count == 2: