antenv/lib/python3.11/site-packages/openai/_base_client.py
from llama_index.llms import OpenAI llm = OpenAI(model="gpt-3.5-turbo-16k-0613", timeout=100)
openai.log="debug"
at the top and check if it prints anything related to the errorimport os os.environ['OPENAI_LOG'] = "debug"