Clone OpenAI Chat GPT, Try this CodeAI
- Clone this repository
git clone https://github.com/choiruladamm/chatgpt-codeai.git
- Create file .env in folder server
- Add OPENAI_API_KEY=" replace your apikey "
- Open folder client/script.js, change fetch('http://localhost:5000/')
- Instal package
npm install
- Run project
npm run server // server side
npm run dev // client side
- Star the Repository ⭐
- Follow My Github Account