How would I hide the prompts in an OpenAI api call?
When I right click inspect I can see my prompt. I don’t care about hiding what the user submits as it isn’t sensitive.
I tried calling from the backend and it doesn’t work. When I inspect other bubble apps I’m unable to find their prompts so it leads me to believe this is possible. Just not sure how.
Also, is it possible to call OpenAI and return a response from the backend?
Thanks so much for the quick reply. I’m using the whisper API to transcribe text and then a GPT-3.5 call once the transcript is returned.
This is the current workflow (pretty messy and I think I’m just messing it up more). Previously, I set the state of the page and added a pause in between the front end workflows.