I am new to bubble. I am trying to make some API calls to OpenAI but with no luck.
Here is the error message:
There was an issue setting up your call.
Raw response for the API
Status code 400
{
“error”: {
“message”: “you must provide a model parameter”,
“type”: “invalid_request_error”,
“param”: null,
“code”: null
}
}
maybe try refreshing your browser tab and attempt to initialize again…sometimes the API connector is a bit finicky…looks like you already have the model parameter added with a value.
If it doesn’t work after refreshing the tab, double check and ensure your model value is an actual model
try replacing the model value parameter from what you have currently to gpt-3.5-turbo and if it does, that would indicate the model value you currently have might not be an actual model