The error below appears when request to openai api for gpt-3.5-turbo
:
APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host=‘api.openai.com’, port=443): Max
retries exceeded with url: /v1/chat/completions (Caused by ProxyError(‘Cannot connect to proxy.’, OSError(‘Tunnel
connection failed: 504 Gateway Timeout’)))
So does the api of text-davinc-003
Post “https://api.openai.com/v1/completions”: dial tcp 108.160.165.8:443: i/o timeout
Am I blocked to access the API?