Model_name: “gpt-3.5-turbo-16k” Getting request timeout error frequently

I am getting below mentioned timeout issue very frequently, Today I could not even hit any single API yet. How to resolve this?

I am using model_name=“gpt-3.5-turbo-16k”

Retrying langchain.llms.openai.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised Timeout: Request timed out: HTTPSConnectionPool(host=‘api.openai.com’, port=443): Read timed out. (read timeout=80).
Retrying langchain.llms.openai.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised Timeout: Request timed out: HTTPSConnectionPool(host=‘api.openai.com’, port=443): Read timed out. (read timeout=80).

Nevermind, the issue with API call was resolved after a gap of 6 hrs on that day itself.