Skip to content

This app is an unofficial desktop application that enables natural language conversations with OpenAI's ChatGPT directly from your local computer. With its user-friendly interface and message audio playback, this app aims to provides an enjoyable and immersive experience akin to talking to a real person.

License

Notifications You must be signed in to change notification settings

jpgold830/ChatGPT-3.5-Desktop-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT-3.5 Desktop App

GitHub License: MIT Made with Python OpenAI API ChatGPT


Welcome to the repository for the unofficial ChatGPT-3.5 Desktop App! This user-friendly application allows you to have natural language conversations with ChatGPT directly from your local computer. This desktop application is built upon OpenAI's gpt-3.5-turbo model, which offers advanced natural language processing capabilities. Through an intuitive user interface, you can easily engage in conversations with ChatGPT, review past interactions, and even listen to the chatbot's responses through audio playback. The goal of this app is to provide an immersive and enjoyable conversational experience that closely resembles interacting with a real person.

Press the CTRL key and click the badge below simultaneously to run the application (Please be aware that the audio playback functionality may not be available when running the application on Replit):

Run on Repl.it


Features

  • Intuitive User Interface: The ChatGPT-3.5 Desktop App provides a seamless and user-friendly interface, enabling effortless conversations with ChatGPT.
  • Immersive Conversational Experience: Engage in natural language conversations with ChatGPT using your own OpenAI API key, creating an authentic and immersive experience that closely resembles conversing with a real person.
  • Conversation History: Easily access and review your past conversations within the app, allowing for convenient reference and continuity.
  • Audio Playback: Enhance your experience by listening to the chatbot's responses through built-in audio playback functionality, bringing the conversation to life.

Repository Structure

The repository is structured as follows:

  • MAIN.py: This file is the main entry point of the desktop app and contains the Python code responsible for handling the user interface and communication with the GPT model.
  • bot.py: This file contains the Python code that defines the class for the ChatGPTBot, encapsulating the functionality of the ChatGPT model and handling the generation of responses.
  • requirements.txt: This file lists all the required Python modules and packages necessary to run the desktop app. You can install these dependencies by running the command pip install -r requirements.txt as mentioned in the installation instructions later.
  • icons: This folder contains the ICO image that is used as the app's window icon.
  • README.md: Provides an overview of this repository.
  • LICENSE: The license file for the project.

Get Started

To intall the desktop application on your computer, please follow these steps:

  1. Clone this repository to your local machine using the following command:

    git clone https://github.com/jpgold830/ChatGPT-3.5-Desktop-App.git
    

    Alternatively, you can download the EXE application from the web application Talk to GPT-3.5.

  2. Download and install the latest version of Python for your system. Make sure to select the "Add Python to PATH" option during the installation process.

  3. Navigate to the project folder using File Explorer, type cmd in the address bar at the top of the window, and press Enter. This will open Command Prompt in the project folder.

  4. Install all required Python modules and packages by running the following command in Command Prompt:

    pip install -r requirements.txt
    
  5. Launch the desktop app by typing the following command in Command Prompt:

    python MAIN.py
    

Now you can start chatting with ChatGPT by entering your API key, and then typing your messages in the input field and pressing Enter.

Demo


Contributions

Contributions to the ChatGPT-3.5 Desktop App are welcome! If you have any ideas, suggestions, or bug fixes, please open an issue or submit a pull request. Your contributions can help improve the functionality and user experience of the app.


License

The ChatGPT-3.5 Desktop App is licensed under the MIT License. Feel free to use, modify, and distribute the application in accordance with the terms of the license.


Acknowledgments

I would like to express my gratitude to the open-source community for their invaluable contributions. The development of this app would not have been possible without the support and efforts of the following projects and individuals:

  • OpenAI for developing the ChatGPT 3.5 model.
  • Python for providing a powerful programming language.
  • GitHub for hosting this repository and enabling collaboration.

Thank you for using the ChatGPT 3.5 Desktop App! I hope you find it useful and enjoy your conversations with ChatGPT.

About

This app is an unofficial desktop application that enables natural language conversations with OpenAI's ChatGPT directly from your local computer. With its user-friendly interface and message audio playback, this app aims to provides an enjoyable and immersive experience akin to talking to a real person.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages