#lot of error 500s when using functions
32 messages · Page 1 of 1 (latest)
Yeah, I'm receiving 500s right now too.. Seemed to start when I started using nested objects, but it may be the same issue
Same here but half of my normal calls coming back too 500 {'error': {'message': 'The server had an error while processing your request. Sorry about that!'
Saw a 500 error yesterday even without function calls, something's up with the new model
Confirmed.
I got lots of error 500 in the past 3 days for using it normally without function calling...
just joined the party about an hour ago - only for gpt-4-0613, gpt-3.5-turbo-16k is fine
I change to use gpt-4-0314, it's stable.
Ah yes, that solves the problem. I guess gpt-4-0613 isn't stable yet...
I see the same problem. gpt-3.5-turbo-16k-0613 works fine with functions.
gpt-3.5-turbo-16k-0613 too giving 500s for me
Does it have functions?
Still getting 500s on 4-0613
Since starting to use function calling I've also been getting "The server had an error while processing your request" limits. Has anybody already figured out how to sort it?
it seems to be fixed now
maybe just gpu prioritisation stuff idk
nvm this didnt age well
500s should be completely independent of your code. It means the server itself is having a problem. 500s have been constant with OpenAI APIs for months. Think of it like weather....
Yeah it’s gotten better recently
Then why does the same exact code work on 3.5 turbo?
Havent tested on 4 again since then, ill try again
But yea, same exact code, just changing the model gave a 500 error
Not always but over half the time
Even if API gateway is the same via the /chat/completion endpoint, I'm pretty sure the model parameter dispatches the call to different services. IF the GPT-4 service is unavailable, I would expectd it to generate a 500 error, which would bubble up to the API gateway and then back to the calling client. If the GPT-3 service is availble, then it would work without that error.
nvm it was early in the morning and i read "should be completely dependent of your code" 
no worries. 400s are my problem. 500s are their problem, which becomes my problem.
nicely put
i havent experienced 500s in a while tho