Hey there, I'm currently trying to build a Discord Bot using the Assistants API but I'm running into an error that I can't seem to fix. The Discord bot itself is working and responding as well as creating a thread through the assistants api but in the send message to thread request returns as follows:
"Error in send_message_tothread: Request failed with status 404: {
"error": {
"message": "Invalid URL (POST /v1/assistants/asst*/runs)",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
the assistant ID as well as API key etc. are all correct and I followed the documentation on the OpenAI site as well as I could. As I'm not a dev myself I'm sure that I made a simple error somewhere that I am just not aware of and it would be amazing if someone could help me fix this error.
If anyone is able to hop on a call or chat with me directly that would be absolutely incredible, thank you in advance ❤️