API Settings (OPEN AI)

Hi All, I’m a very new user to bubble, though I have some experience with API’s (usually in python).

A long story short, I am using openAI to rewrite some text.

The problem I have is i need to map them to the generate button - but ChatGPT is telling me that they should be options in the action and they aren’t.

I’ll upload a screenshot in the comments, if anyone has any ideas.
Thank you

{
“model”: “gpt-3.5-turbo”,
“messages”: [
{
“role”: “system”,
“content”: “You are a helpful assistant.”
},
{
“role”: “user”,
“content”: “Write a job advert based on the following job description and client info while keeping the client anonymous:\nJob Description: <job_description>\nClient Info: <client_info>”
}
],
“max_tokens”: 150
}


Solved i had private ticked