diff --git a/misskaty/plugins/chatbot_ai.py b/misskaty/plugins/chatbot_ai.py index f10bb53b..9b7532ba 100644 --- a/misskaty/plugins/chatbot_ai.py +++ b/misskaty/plugins/chatbot_ai.py @@ -83,7 +83,6 @@ async def openai_chatbot(self, ctx: Message, strings): temperature=0.7, stream=True, ) - self.log.info async for chunk in response: if not chunk.choices or not chunk.choices[0].delta.content: continue