Hi everyone,
Has anyone had success with using APIs with Chat GPT. I am trying to get messages from a Chat GPT thread:
Something like this->
https://chatgpt.com/c/c861c461-8e43-448c-8477-b0025665XXXX
I get this error message:
{
“error”: {
“message”: “No thread found with id ‘XXX’.”,
“type”: “invalid_request_error”,
“param”: null,
“code”: null
}
}
Which was to be expected since my API key is for the platform and Not Chat GPT.
Any ideas how I can do this?