remove print
This commit is contained in:
parent
7d325499c8
commit
ef1a158b5a
|
@ -1,4 +1,6 @@
|
|||
.idea
|
||||
bot-store/
|
||||
config.yaml
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue