olrea / openai-cpp

OpenAI C++ is a community-maintained library for the Open AI API
https://openai.com/api/
MIT License
195 stars 66 forks source link

is the multipart/form-data return text like stream ? #20

Closed xkungxfu closed 1 year ago

xkungxfu commented 1 year ago

Does anyone use this repo? Has it implemented the effect of returning messages letter by letter like stream? Or returning sentence by sentence is also fine.

coin-au-carre commented 1 year ago

The stream has to be implemented see https://github.com/olrea/openai-cpp/issues/19. You can use this library for every else without stream though if anything is missing we will add it.