chand1012 / openai-cf-workers-ai

Replacing OpenAI's API with Cloudflare AI.
MIT License
224 stars 45 forks source link

fix(chat.js): return DONE when stream close #7

Closed zhu327 closed 5 months ago

zhu327 commented 5 months ago

In the streaming output scenario, if DONE is not returned, some clients will not know to close the connection, resulting in some compatibility issues. This pull request aims to improve the compatibility of the client

zhu327 commented 5 months ago

@chand1012 @devcxl

chand1012 commented 5 months ago

Looks good! Thanks for your contribution!