You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking at this. It appears RESTFulSense does not support posting an object and returning a stream. This may require another update to RESTFulSense.
Would be good to support the streaming method for the TextCompletion API.
In order to implement the streaming TextCompletion API RestFulSense may need to support a Streaming method that returns IAsyncEnumerable.
The key bits are
Example of why it would be usefull https://youtu.be/hRkVGSMijjs?t=647
Example code from existing project of how I done it.
The text was updated successfully, but these errors were encountered: