gpt chatbot
1.0.0
A React native app to talk to GPT-3 on your iOS or Android device. Builds and runs on iOS simulator and iOS devices (Untested on Android)
Uses:
The basic workflow is the following:
Speech to Text => GPT-3 completiopn request => Text to Speech
.env file with the following API keys:OPEN_AI_API_KEY=<Your OpenAI API key>
GOOGLE_API_KEY=<Your Google Cloud Text-to-Speech API key>
npm install
npx pod-install
npx react-native run-ios