chatgpt_audio_text
A sample flutter app uses speech to text and text to speech to chat with GPT-3.
Getting Started
You have to create OpenAI account and request API key from here: https://beta.openai.com/account/api-keys
replace it int home_page.dart
const API_KEY = "YOUR_API_KEY";