Qml plugin for OpenAI endpoints
Unsolved
Showcase
-
Hey ppl,
I've created a Qml plugin and a representative example application for OpenAI endpoints in order to expand general usage of OpenAI in Qt based projects. Available endpoints are:
- /v1/completions
- /v1/chat/completions
- /v1/edits
- /v1/audio/transcriptions
- /v1/audio/translations
- /v1/images/generations
- /v1/images/edits
- /v1/images/variations
Although taking instance and using the corresponding endpoint classes in Qml, it is also possible to instantiate them in C++ with small change in CMake file which I've pointed in my repository.
Should you have any enhancement ideas or any problem with the code, please don't hesitate to get in contact. -
-