Hello!
I’m currently using the Whisper API & OpenAI GPT-3.5. While the Whisper API translates the users language I have a screen that shows a loading spinner/transcribing.
Once both calls have returned I want to show the actual transcript and summary to the user.
My problem is I can’t figure out a way to get this to work even 80% of the time.
I’ve tried doing custom states. I’ve tried doing Do a search for Response by current user, Summary is not empty, show transcript/summary.
Is there a way to see if the API call has returned so I can set conditionals based on that?
Please let me know if there is a preferred method to make this happen. Thank you!