I’m trying to build an app that uses two of OpenAI’s APIs, whisper’s create Transcript and GPT3.5 turbo’s Chat Completion API. I’ve been building the app using FlutterFlow, but I’ve been having challenges understand what’s breaking, giving the lack of terminal to give me feedback. I’ve followed multiple video and tutorials frame by frame and done everything they did, but where they get responses from the API, I don’t. I have no idea why both API calls don’t work. but they work fine when testing the call in the API configuration.
I’ve tried a variety of methods from having Firebase create and store the chat collection, to storing the data in widgets on the app page to creating page state variables and trying to store them there. but nothing has worked, although I could have done them incorrectly.
Can someone break down conceptually how FlutterFlow is meant to interact with OpenAI’s servers? I just need to understand the best method to connect FlutterFlow to OpenAI.
John Peter Sangwa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.