Hi! i'm developing a chatbot in android studio using openai API model chatgpt3.5 turbo, however i get this error:
D/SendMessageToAI: Received response from AI: {
"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 112ed0c207a154f392000a3ccc7abc4c in your email.)",
"type": "server_error",
"param": null,
"code": null
}
}
can you help me? i benn trying all weekend and its no use.