Build AI Chat in ReactJS by using OpenAI api (GPT-3.5, DALL-E)
you can checkout the app here
Tech used
cd client && npm i
cd server && npm i
- obtain your openai api key from here
cd server
- copy
.env.example
to.env
- add your openai api key inside
.env
- make sure you have added
.env
to your.gitignore
file
cd client
- copy
.env.example
to.env
- add your Auth0 credentials inside
.env
- make sure you have added
.env
to your.gitignore
file
cd client
npm start
cd server
npm start