Our app is using the Python OpenAI library, although we tried a standard requests.post as well. We were tuning our side to make sure we stayed under the 90000 TPM, and we suddenly got what appears to be a CloudFlare block. Here’s the logging info:
‘’’
WARNING: Chat.py:33 - internal error {
“error”: {
“message”: “internal error”,
“type”: “invalid_request_error”,
“param”: null,
“code”: null
}
}
500 {‘error’: {‘message’: ‘internal error’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: None}} {‘Date’: ‘Mon, 05 Jun 2023 05:52:08 GMT’, ‘Content-Type’: ‘application/json; charset=utf-8’, ‘Content-Length’: ‘147’, ‘Connection’: ‘keep-alive’, ‘vary’: ‘Origin’, ‘x-request-id’: ‘85031eaedb0290bafa58997050120263’, ‘strict-transport-security’: ‘max-age=15724800; includeSubDomains’, ‘CF-Cache-Status’: ‘DYNAMIC’, ‘Server’: ‘cloudflare’, ‘CF-RAY’: ‘7d2625b6bdb308d6-LAX’, ‘alt-svc’: ‘h3=“:443”; ma=86400’}
‘’’
We are on a paid account, we have credit, and the account isn’t new or anything, what’s the problem?