OpenAI icon indicating copy to clipboard operation
OpenAI copied to clipboard

feat: implement cancellable

Open tisfeng opened this issue 1 year ago • 1 comments

What

Close https://github.com/MacPaw/OpenAI/issues/198

This PR enable user to cancel stream request, just picked up the commit from https://github.com/longseespace/OpenAI/commit/a290a1a119fc465cdb1740472242fbfca57069b9#diff-2a16b8014d00e2223611951c839756f88dd24a58d6d2d34962fa9c329eab6580

Why

Currently stream requests cannot be canceled once they are sent, which is bad.

Affected Areas

tisfeng avatar Jun 03 '24 15:06 tisfeng