Skip to content

otsotech/ChatGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT API Python Client

This repository contains a python script that allows you to talk with the ChatGPT bot using a GUI interface. The script can be launched using the provided batch file, chatgpt-ui.bat.

To use the script, simply double click on the batch file and a window will open that allows you to enter your message and receive a response from ChatGPT.

Please note that you will need to have the necessary dependencies installed in order to use the script. See the included requirements.txt file for a list of dependencies.

Features

  • GUI interface for interacting with ChatGPT
  • Threading and queue modules to perform HTTP requests asynchronously.
  • Easy to use batch file for launching the script

Requirements

  • Python 3.x
  • Dependencies listed in requirements.txt

Usage

Clone the repository and navigate to the root directory

Install the required dependencies by running pip install -r requirements.txt

Double click on chatgpt-ui.bat to launch the script

Enter your message and receive a response from ChatGPT

About

ChatGPT API + GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published