Back to all Bounties
Earn 11,111 ($111.11)
due 2 years ago
Completed
Difficult challenge: Fix this GPT voice chat python script so that it's as fast as the ChatGPT iOS voice mode
c500
Details
Applications
3
Discussion
This Bounty has been completed!
Bounty Description
Here's the observed behavior vs the desired behavior.
Observed behavior:
I set up the environment. I put my laptop's speakers on loud. I put my ChatGPT app in the "headphones" mode (voice mode, waiting for input - it's the black screen with the big grey/white circle and it says "start speaking" and it has that big red x button).
I run python3 demo.py. It plays the test audio file out loud.
The chatgpt app starts speaking a response in about 4 seconds.
The python scripts starts speaking a correct response in about 45 seconds.
Desired behavior:
The python script also starts speaking a correct response in about 4 seconds.
Repo that fails / doesn't work as desired
https://github.com/TikkunCreation/voicedemo
To apply
Tell me how you'll solve it / prove to me that you can do it.
I think this is technically difficult.