gpt chatbot
1.0.0
iOS 또는 Android 장치에서 GPT-3과 통신 할 기본 앱을 반응합니다. iOS 시뮬레이터 및 iOS 장치에서 빌드 및 실행 (Android에서 테스트되지 않음)
사용 :
기본 워크 플로는 다음과 같습니다.
Speech to Text => GPT-3 completiopn request => Text to Speech
.env 파일을 추가하십시오. 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