![Logo](/Garincha/WepjeGPT/raw/main/public/logo.png)
A Clone of the recently popular ChatGPT with some improvements in functionality.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A Clone of the recently popular ChatGPT with some improvements in functionality such as being able to choose which ai model you are using. Using NextAuth and Firebase for Authentication with Google. Full functionality of the capabilties of ChatGPT through the OpenAI API. Obviously subject to the constraints that the API gives.
To get a local copy up and running follow these simple example steps.
These are the things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Firebase project
- openai account
- Get a free API Key at https://openai.com
- Clone the repo
git clone https://github.com/Garincha/WepjeGPT.git
- Install NPM packages
npm install
- Fill in Firebase Info in
firebase.ts
// Your web app's Firebase configuration const firebaseConfig = { apiKey: "yourapikey", authDomain: "your-app-name.firebaseapp.com", projectId: "your-app-name", storageBucket: "your-app-name.appspot.com", messagingSenderId: "messagingSenderId", appId: "appID" };
- Create .env.local in the main folder
// Your .env.local configuration GOOGLE_ID=googleID GOOGLE_SECRET=googlesecret NEXTAUTH_URL=domainname or when local http://localhost:3000 NEXTAUTH_SECRET=any secret passphrase will do.
- Run app
npm run dev
- Finishing Chat Section
- Model Picker
- Dashboard integration
- Multiple layout templates
- Prompt library
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Garincha - @wepjenl - contact@wepje.nl
Project Link: https://github.com/Garincha/WepjeGPT