runtime error

api.cohere.ai', port=443): Max retries exceeded with url: /v1/summarize (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f296a76e1a0>: Failed to resolve 'api.cohere.ai' ([Errno -3] Temporary failure in name resolution)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/cohere/client.py", line 927, in _request response = session.request( File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.cohere.ai', port=443): Max retries exceeded with url: /v1/summarize (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f296a76e1a0>: Failed to resolve 'api.cohere.ai' ([Errno -3] Temporary failure in name resolution)")) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> response = co.summarize( conversation, File "/home/user/.local/lib/python3.10/site-packages/cohere/client.py", line 560, in summarize response = self._request(cohere.SUMMARIZE_URL, json=json_body) File "/home/user/.local/lib/python3.10/site-packages/cohere/client.py", line 938, in _request raise CohereConnectionError(str(e)) from e cohere.error.CohereConnectionError: HTTPSConnectionPool(host='api.cohere.ai', port=443): Max retries exceeded with url: /v1/summarize (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f296a76e1a0>: Failed to resolve 'api.cohere.ai' ([Errno -3] Temporary failure in name resolution)"))

Container logs:

Fetching error logs...