Skip to content

A mirror of ChatGPT using a user's OpenAI API Key to bypass message limits

Notifications You must be signed in to change notification settings

MillerMedia/ChitChatGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChitChatGPT Web Application

Introduction

ChitChatGPT is a web application that allows users to interact with OpenAI's GPT-4 model through a simple interface. Users can submit text prompts and receive responses generated by the AI model. This project was created to address the limitations of GPT-4 and help users better manage their usage costs. The application displays the cost of each message for added convenience.

Prerequisites

  • Python 3.9

⚠️ Warning

Please ensure that you have set up billing limits on your OpenAI account before using this application. This will help prevent any unexpected charges due to potential issues with the application or API.

Setup

  1. Clone the repository and navigate to the project directory:
git clone https://github.com/MillerMedia/ChitChatGPT.git
cd ChitChatGPT
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Set up your OpenAI API key:
export OPENAI_API_KEY="your-api-key"
  1. Start the Flask web server:
python app.py
  1. Open a web browser and navigate to http://127.0.0.1:5000/ to interact with the ChitChatGPT web application.

Usage

Enter your text prompt in the input field on the web page and click "Send" to submit the prompt to GPT-4. The AI-generated response will appear below your prompt, along with the cost of the message.

Enjoy chatting with GPT-4!

Contributing

We welcome contributions from the community! If you have any suggestions, bug reports, or ideas for improvement, feel free to open an issue or submit a pull request.

Support the project

If you find this project helpful and would like to support its development, please consider donating:

Buy me a coffee

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

A mirror of ChatGPT using a user's OpenAI API Key to bypass message limits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published