PyQt OpenAI example
Project description
pyqt-openai
Example of using OpenAI with PyQt (Python cross-platform GUI toolkit)
This shows an example of using OpenAI with PyQt as a chatbot.
Even though this project has become too huge to be called an 'example'.
The major advantage of this package is that you don't need to know other language aside from Python.
If you want to study openai with Python-only good old desktop software, this is for you.
The OpenAI model this package uses is the gpt-3.5-turbo model(which is nearly as functional as ChatGPT) by default.
Image generation feature available since v0.0.16. You can see the detail in official OpenAI site. Currently this feature is very basic now.
This is using sqlite as a database.
You can select other model with the combobox on the sidebar at the right side of the window.
An internet connection is required.
Contact
You can join pyqt-openai's Discord Server to have a conversation about it or AI-related stuff 🙂
Note
Some of the features are still being tested.
Feature
-
basically this is desktop application version of ChatGPT
-
text streaming (enable by default, you can disable it)
-
AI remembers past conversation
-
-
you can save the conversation history with sqlite database
-
support image generation with DALL-E
-
you can test any models, including gpt3.5
-
you can run this in background application
-
you can make window stack on top or control its transparency
Requirements
-
qtpy - the package allowing you to write code that works with both PyQt and PySide
-
PyQt5 >= 5.14 or PySide6
-
openai
Preview
This is using GPT-3.5 turbo model by default.
Homepage
You have to write your openai api key inside the red box. see How to play
Conversation preview
Image
Video
How to play
-
git clone ~
-
from the root directory, type "cd pyqt_openai"
-
You should put your api key in the line edit. You can get it in official site of openai. Sign up and log in before you get it. By the way, this is free trial, not permanently free. See this after you have logged in.
Be sure, this is a very important API key that belongs to you only, so you should remember it and keep it secure.
- python main.py
If installation doesn't work, check the troubleshooting below.
Troubleshooting
If you see this error while installing the openai package
subprocess-exited-with-error
you can shout a curse word and just download the package itself from pypi.
Unzip it, access the package directory, type
python setup.py install
That will install the openai.
TODO list
-
redesign the right side bar
-
prompt generator
-
support MidJourney or Stable Diffusion or both
-
show the explanation of every model and terms related to AI (e.g. temperature, topp..)
-
save conversation history with other format (xlsx, csv, etc.)
-
tokenizer
-
highlight the source (optional, eventually)
-
support multiple language
-
use SQLAlchemy (maybe not)
-
show reason when the chat input is disabled for some reasons
-
add the basic example sources of making deep learning model with PyTorch (eventually)
See Also
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyqt-openai-0.1.2.tar.gz
.
File metadata
- Download URL: pyqt-openai-0.1.2.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bedf5cbe620740e4725fd2a1de05c5c15c960847c616f86cce552a7fba0a4f01 |
|
MD5 | 9e6be286be08f92efa60bb4dee24a0a2 |
|
BLAKE2b-256 | 8a989f80f1edfa4f33576d97466c10b59e8712bc40652779014999262c55ef05 |
File details
Details for the file pyqt_openai-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: pyqt_openai-0.1.2-py3-none-any.whl
- Upload date:
- Size: 47.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8efc77b8700257800dd833d2767a4c649578445bf10d7b4a4a983a1d90aa9d2c |
|
MD5 | 482ccac45ec807d11c064196dfcf55ae |
|
BLAKE2b-256 | 6d49497167c8e59aa6a4c54026e09d5f1ab7b41b9a935b81a94ade790f511a8c |