In the internal network environment, the model supplier uses gpustack to create a simple chat assistant. When using a conversation, an error message is generated with the following content #12616
shentingming
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
Content
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/api/.venv/lib/python3.12/site-packages/requests/adapters.py", line 507, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /gpt-2/encodings/main/vocab.bpe (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0xffff878e3710>, 'Connection to openaipublic.blob.core.windows.net timed out. (connect timeout=None)'))
2025-01-10 08:51:05,598.598 ERROR [Dummy-56] [base_app_generate_response_converter.py:133] - HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /gpt-2/encodings/main/vocab.bpe (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0xffff878e3710>, 'Connection to openaipublic.blob.core.windows.net timed out. (connect timeout=None)'))
Beta Was this translation helpful? Give feedback.
All reactions