Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

49 lines (26 loc) · 1.22 KB

Create your own ChatGPT App in seconds.

URL : mygpt-client.vercel.app

Everyone should have the ability to create custome chatbots that can solve our pwn problems. I am creating this AI platform so that Everyone can create powerfull OpenAI powered custome chatbots that will help Everyone to solve their unique problems.

alt text

Installation

I separetd Api and Frontend independently. Api for this project will be available here

NOTE: You must have to run the Api server first

To install the client

  git clone https://github.com/shahriarsohan/mygpt-client
  cd mygpt-client
  npm install
  npm run dev

Then go to http://127.0.0.1:3000 . You are DONE!

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

GOOGLE_APP_KEY

NEXT_PUBLIC_BASE_URL

NEXT_PUBLIC_GOOGLE_API

Acknowledgements

License

MIT