#Hey, Im receiveing error 500 on embeddings request. Any known outage?

10 messages · Page 1 of 1 (latest)

rigid thunder
#

{
"error": {
"message": "Internal server error",
"type": "auth_subrequest_error",
"param": null,
"code": "internal_error"
}
}

gusty shadow
#

What do your requests look like?

rigid thunder
#

{
"model": "text-embedding-ada-002",
"input": "Hello"
}

gusty shadow
#

Seems fine, what function are you using that with?

rigid thunder
#

Im just trying to call the embedding API

gusty shadow
#

Are you doing it via a http request? The python lib? Js lib?

rigid thunder
#

Update: Working normally now.

It was really weird.
I was trying to do it via Python lib / Postman / cURL.. all with same result (500)

Seems like the endpoint /v1/embeddings was down for few minutes 🤷‍♂️

jaunty thistle
#

I'm getting 500

rich rampart