D-bot is clone app of ChatGPT with the possibilities to choose an AI Model to discuss with the bot. The application was made with:
- React js
- open AI
- Normalize.css
- Clone the repository
- In the both repository ( client and server ) run npm i
- Go to openAI and create your own API Key and call it index.js from server folder
- to execute run :
-
- npm start (in client folder)
-
- node index.js (in server folder)