Skip to content

OpenAI key input widget which can used in Python desktop application. Providing validation & storage functionalities

License

Notifications You must be signed in to change notification settings

yjg30737/pyqt_openai_key_input_widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqt_openai_key_input_widget

OpenAI key input widget. Providing validation & storage functionalities

This widget has feature which analyzes the validity of the user-entered OpenAI key and stores it in an ini file.

A lot of usecase in my previous application such as pyqt-llamaindex and pyqt-openai. This can be good for anybody who wants to use user-friendly openai input GUI.

Requirements

  • PyQt5>=5.14
  • openai

How to Run

  1. git clone ~
  2. pip install -r requirements.txt (if you didn't have modules in requirements list above)
  3. python main.py

Preview

image

About

OpenAI key input widget which can used in Python desktop application. Providing validation & storage functionalities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages