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 icd server && npm i- obtain your openai api key from here
cd server- copy
.env.exampleto.env - add your openai api key inside
.env - make sure you have added
.envto your.gitignorefile
cd client- copy
.env.exampleto.env - add your Auth0 credentials inside
.env - make sure you have added
.envto your.gitignorefile
cd client
npm startcd server
npm start