Closed jianghoy closed 6 months ago
Per official doc, the HTTP header is updated with a v2 tag: https://platform.openai.com/docs/assistants/overview?context=without-streaming
Current code is still using v1 tag and resulting in a 400.
After changing the header to v2, it works without issues.
Thank you!
Per official doc, the HTTP header is updated with a v2 tag: https://platform.openai.com/docs/assistants/overview?context=without-streaming
Current code is still using v1 tag and resulting in a 400.
After changing the header to v2, it works without issues.