Hi,
I have an SaaS that communicate with OpenAI. Things going well but sometimes receive an unexpected 400 bad request. It happens let’s say 1/1000.
HTTP Request: POST https://api.openai.com/v1/threads/thread_tb2zV7ryr4xz6NebFTT1iBjg/messages “HTTP/1.1 400 Bad Request”
Is it something that can explain it?
I am pretty sure that in my side I send the good payload.
By the way, is it possible to have the full logs (body namely) of OpenAI requests by configuring the official SDK?