Hello, I’m getting a 500 internal server error each time I try to send a request to gpt-3.5-turbo-1106. I’m using parallel function-calling (tools).
Getting a response from gpt-3.5-turbo-1106 works fine if it doesn’t want to call a function. I’m confused.
{'error': {'message': 'The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error. (Please include the request ID 204bf066ff0006d7e61e179879344523 in your email.)', 'type': 'server_error', 'param': None, 'code': None}}