So I got a set of action with openai, work perfect in the api connector
but when doing it from the backend wf it returns 400 error:
i’m using arbitrary text with JSON-SAFE:
breaking my head for the last 10 hours on this, pls help
So I got a set of action with openai, work perfect in the api connector
but when doing it from the backend wf it returns 400 error:
i’m using arbitrary text with JSON-SAFE:
breaking my head for the last 10 hours on this, pls help
Send screenshots of:
here:
When you use encoded as json-safe, Bubble will add surrounding double quotes. Remove them around prompt and value, remove prompt and merge them in value using arbitrary text:encoded as json-safe
Worked!