jeffdapaz / VisualChatGPTStudio

Add chatGPT functionalities directly on Visual Studio
https://marketplace.visualstudio.com/items?itemName=jefferson-pires.VisualChatGPTStudio
MIT License
210 stars 51 forks source link

Add a way to stop waiting for response and stop receiving response by StreamCompletionAsync #29

Closed jeffdapaz closed 11 months ago

jeffdapaz commented 1 year ago

The idea is to add a way to stop waiting for the response and also to stop continuing to receive the response when the request is made via StreamCompletionAsync.

I tried to do this but was unsuccessful. I also looked to see if somehow the library OkGoDoIt.OpenAI-API-dotnet allowed this but I didn't find anything.

I also created an issue in the library repository to see if I can get some help directly from the developers.

jeffdapaz commented 11 months ago

Implemented on release 2.1.0