Python SDK Experiencing API Timeout with GPT-4-turbo-1106 and GPT-3.5-turbo-1106

Hello everyone,

I recently upgraded to Python SDK version 1 as recommended by OpenAI on their GitHub page (GitHub - openai/openai-python: The official Python library for the OpenAI API). However, since this upgrade, I’ve encountered a persistent issue. Whenever I attempt to use GPT-4-turbo-1106 and GPT-3.5-turbo-1106, I cannot get any reponse from it. When I added the httpx context, I could get timeout error.

I’m curious to know if anyone else in this community has faced similar issues or if this is an isolated case. Any insights or suggestions on how to resolve this problem would be greatly appreciated.