admin管理员组

文章数量:1287579

How to configure bubble OpenAI api call for using custom ChatGPT that I created?

I set the API call in Bubble after adding API Connector plugin. Did it with all the needed fields, authorization, keys etc. My POST URL is as follows: /[assistance_id]/threads/[thread_id]/runs It fails when I initialize the API call, I'm getting this error: Raw response for the API Status code 404 { "error": { "message": "Invalid URL (POST /v1/assistants/asst_ssEeCeqnUR5Urp6Fwy2vSyhr/threads/thread_p7KOaz04bM0rIZiB32LRZXS2/runs)", "type": "invalid_request_error", "param": null, "code": null } }

本文标签: bubbleiobubble openai api call configurationStack Overflow