You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your project looks brilliant. I have recently cobbled together an ESP32-based project that uses OpenAI STT and TTS APIs and the ChatGPT API to create a poor-person's version of what you are doing (https://github.com/astromikemerri/ESPGPT). Its only real downside is the delay in the conversation waiting for files to upload and download. I would love to be able to pension off the microphone activation button and the SD card that stores audio files locally. Is there any chance of a complete example Arduino sketch in setup()... loop() format that I could adapt to run on the hardware I have already developed for my project?
The text was updated successfully, but these errors were encountered:
Your project looks brilliant. I have recently cobbled together an ESP32-based project that uses OpenAI STT and TTS APIs and the ChatGPT API to create a poor-person's version of what you are doing (https://github.com/astromikemerri/ESPGPT). Its only real downside is the delay in the conversation waiting for files to upload and download. I would love to be able to pension off the microphone activation button and the SD card that stores audio files locally. Is there any chance of a complete example Arduino sketch in setup()... loop() format that I could adapt to run on the hardware I have already developed for my project?
The text was updated successfully, but these errors were encountered: