React Native app that uses ChatGPT and DALL-E APIs with speech-to-text and text-to-speech.
The app is fully functional and responsive.
- Go to https://openai.com
- Create a new account and get your api key
- Inside the main folder, create a file callend: '.env'
- Add the api key in the .env file, like this:
REACT_APP_OPENAI_KEY=YOUR_KEY_HERE
- Clone the repository
- In the main folder, run
npm install
If you are using iOS, build Pod file
cd ios
pod install
- Start Metro with
npm start