mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
clean up
This commit is contained in:
parent
035a6ebfd7
commit
d70a812114
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ async def openai_chatbot(self, ctx: Message, strings):
|
||||||
temperature=0.7,
|
temperature=0.7,
|
||||||
stream=True,
|
stream=True,
|
||||||
)
|
)
|
||||||
self.log.info
|
|
||||||
async for chunk in response:
|
async for chunk in response:
|
||||||
if not chunk.choices or not chunk.choices[0].delta.content:
|
if not chunk.choices or not chunk.choices[0].delta.content:
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue