llama_index
llama_index copied to clipboard
adding latest openai version
To ensure requests do not fail as seen in #250
out of curiosity, why does this work? is there a stackoverflow/gh thread for this?
The request timeout was added 5 months ago to openAI anyone having openai client version before might face issue cause this param didnt exist before that.
https://github.com/openai/openai-python/pull/116
The issue is with langchain cause it assumes you are using the latest openapi client
It is reported in langchain - https://github.com/hwchase17/langchain/issues/626
got it, thanks