flatplanet / Django_ChatGPT

26 stars 9 forks source link

Max retries exceeded with url: #5

Open bruceanhuifs opened 1 year ago

bruceanhuifs commented 1 year ago

Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/models (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe9dfdd5c30>: Failed to establish a new connection: [Errno 113] No route to host'))

Request Method: POST

4.1.7 APIConnectionError Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/models (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe9dfdd5c30>: Failed to establish a new connection: [Errno 113] No route to host')) /root/bechatgpt/virt/lib/python3.10/site-packages/openai/api_requestor.py, line 528, in request_raw chatbot.views.home /root/bechatgpt/virt/bin/python 3.10.8 ['/root/bechatgpt/chatgpt',

flatplanet commented 1 year ago

The error is telling you that you have made too many requests to the API.