batuhantoker / OpenAI_GUIpy

A python GUI to interact with OpenAI models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAI Python GUI

A python GUI to interact with OpenAI models

My blog post about the interface: https://medium.com/@tokerb/a-python-interface-to-interact-with-openai-models-d74903e2b4d

Usage

pip install -r requirements.txt
python main.py

For more information about models and API key

https://beta.openai.com/docs/models/models \ https://beta.openai.com/account/api-keys

Can Dos

  1. Interact with OpenAI API with given API key
  2. Get and edit the response from text/code/image generation models and displays it in a new window.
  3. Allows you to change model, max token number, prompt and temperature.

Screenshots

image

image image image image

To dos

  1. Improve the main window

a. Keep track and recording of the history and allow revisiting previous responses

b. More API settings to be adjusted

  1. Improve the model interaction by providing previous prompt to the model, so that keeping up the dialogue.
  2. ?

About

A python GUI to interact with OpenAI models


Languages

Language:Python 100.0%