Find answers from the community

Updated 3 months ago

Hi, subquestion query engine is

Hi, subquestion query engine is resulting in API timeout error, is there any way to increase the timeout as llm is taking very long time to generate response?
L
S
4 comments
What LLM are you using?
Gpt 4 turbo from azure openai
you can set the timeout in the llm def AzureOpenAI(..., timeout=30000.0)
Add a reply
Sign up and join the conversation on Discord