danielrosehill's picture
commit
f6dee47
raw
history blame
717 Bytes
Could you check the logic here for capturing voice recordings in this app? I got an error saying it couldn't fetch the recording, and I'm not sure if that was an API error trying to pull the transcript in from OpenAI or that was an error in the recording.
In any event, it's important that the app should have good handling for longer recordings, let's say potentially up to five minutes or even longer than five minutes, but at least three to five minutes duration.
To be able to capture, record that efficiently within the browser, upload that to OpenAI, and then pass the data on and the rest of the workflow.
Check the robustness of that and make any improvements needed to get it working properly.