Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism committed Aug 13, 2024
1 parent 035a6eb commit d70a812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misskaty/plugins/chatbot_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d70a812

Please sign in to comment.