Open inverted-capital opened 11 months ago
In Input.jsx a call is made to the transcription service of OpenAI innocently believing the call will succeed. It should have the same distrust mechanisms as the threads.js reducer uses to retry.
Input.jsx
threads.js
In
Input.jsx
a call is made to the transcription service of OpenAI innocently believing the call will succeed. It should have the same distrust mechanisms as thethreads.js
reducer uses to retry.