Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Qml plugin for OpenAI endpoints

Qml plugin for OpenAI endpoints

Scheduled Pinned Locked Moved Unsolved Showcase
1 Posts 1 Posters 309 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    omrdk
    wrote on 7 Jun 2023, 12:24 last edited by
    #1

    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.

    1 Reply Last reply
    0
    • O omrdk deleted this topic on 7 Jun 2023, 15:20
    • O omrdk restored this topic on 7 Jun 2023, 15:21

    1/1

    7 Jun 2023, 12:24

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved