Giter VIP home page Giter VIP logo

gptchatpro's Introduction

GPTChatPro

This is a blatant clone of ChatGPT which uses the new gpt-3.5-turbo model. This can be used as an alternative to the ChatGPT Plus subscription service. You only need to pay the API costs of OpenAI on demand with this one. This is for the people who don't think they will use up 20$ of API credit per month.

Demonstration of the UI

How to use

Clone this repository and create a .env file where you store your OpenAI API key (FIND YOUR API KEY HERE).

The content of the .env file should look like this:

OPENAI_API_KEY = "YOUR API KEY"

and it should be placed in the same directory as the app.py file:

.
├── .env <-- This is where you store your API key
├── app.py
├── chat_handler.py
├── LICENSE
├...
├...
└── README.md

Then run install the required packages with pip install -r requirements.txt. Then run python app.py and you should be good to go.

Feedback

If you have any feedback, please open an issue I would love to help you in any way I can and to improve this project. THANK YOU! :)

gptchatpro's People

Contributors

m-c-frank avatar

Stargazers

HH avatar  avatar

Watchers

 avatar

Forkers

sa4999

gptchatpro's Issues

Add TTS

Add Text To Speech support

Add statistics

This would be awesome :)
such as tokens per message, tokens in conversation, average response time, ...

Add STT

Add Speech to text support

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.