"Run Thread" methods results in "Internal Server Error" #178
Unanswered
JM-Elbambo
asked this question in
Q&A
Replies: 1 comment
-
Seems to be a problem on the openAI side. You should reach out to open ai support. 500 errors are usually server side. I ran all the unit tests last night for my latest release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Overview
I am receiving the error
Utilities.WebRequestRest.RestException: [POST:500] https://api.openai.com/v1/threads/runs Failed!
every time I try to run a Thread.I've followed the documentation and tried both methods below which results into the same error:
It seems like the error is server related, but I have tried the prompt from OpenAI Playground and it works just fine.
Full Error Message
Beta Was this translation helpful? Give feedback.
All reactions