├── README.md ├── main.py └── voice_frontend.html /README.md: -------------------------------------------------------------------------------- 1 | # audio_chat_with_openAI -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SagarDangal/audio_chat_with_openAI/HEAD/main.py -------------------------------------------------------------------------------- /voice_frontend.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SagarDangal/audio_chat_with_openAI/HEAD/voice_frontend.html --------------------------------------------------------------------------------