olrea / openai-cpp

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

Better documentation and more examples #7

Closed coin-au-carre closed 1 year ago

coin-au-carre commented 1 year ago

There is currently no documentation which specifies the implemented methods in OpenAI cpp. In the examples we do not illustrate every method we have implemented e.g. openai::image().variation() is lacking example.