I am trying to use the response_format to format GPT-4 Turbo with JSON format.
It doesn’t look like the Make App has that ability for now - and I have tried to add it as additional parameter
like that:
@omri I didn’t get the json_mode working with the standard “chat completion” make module (I guess it is not possible right now).
But it works with the OpenAI “Make an API Call” module, because there you can specify request body params:
In addition you need to mention “JSON” also in the (system) prompt. Otherwise the call fails. Specify the desired output format/structure in the system prompt.
Alternatively you can continue using the chat completion module without json mode but specify everything in the system prompt. Also works reliable in most cases. But of course using json_mode is much safer.