An api connection error occurred when creating a fine-tuning model

When I use the openai fine_tune tool, the following error occurs, and the same error is reported when uploading the fine-tune file through the api, request a solution Thanks
openai api fine_tunes.create -t “output_prepared.jsonl” -m “curie”[2023-03-31 07:40:08,415] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ProtocolError(‘Connection aborted.’, ConnectionResetError(54, ‘Connection reset by peer’))’: /v1/files/output_pre
pared.jsonl
[2023-03-31 07:40:08,864] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ProtocolError(‘Connection aborted.’, ConnectionResetError(54, ‘Connection reset by peer’))’: /v1/files/output_prepared.jsonl
Error: Error communicating with OpenAI: HTTPSConnectionPool(host=‘api.openai.com’, port=443): Max retries exceeded with url: /v1/files/output_prepared.jsonl (Caused by ProtocolError(‘Connection aborted.’, ConnectionResetError(54, ‘Connection reset by peer’)))