hi everyone, pretty new with bubble here and i would like to check if anyone have luck with create thread with openAI API and my configuration as screenshot


but i am keep getting the following error
The service Open AI Assistant - Create Run just returned an error (HTTP 400). Please consult their documentation to ensure your call is setup properly. Raw error:

{
“error”: {
“message”: “Invalid beta header provided: ‘sanitized29’. The header should be in the format ‘OpenAI-Beta: example_beta=v1’.”,
“type”: “invalid_request_error”,
“param”: null,
“code”: “invalid_beta”
}
}

i have no idea what is sanitized29 mean and i am sure i configure my openAI-Beta correctly. I managed to initial the call but whenever i come to run the app it tell me something wrong with my header information.

appreciate if anyone can give me some guide on this. Thank you. I am using OpenAI Assistant and trying to read a file that i upload on the web.

Thanks!