s_engine = SubQuestionQueryEngine.from_defaults(query_engine_tools=query_engine_tools, use_async=False)
response = s_engine.chat("Question")
pip install llama-index==0.8.62 pip install openai==0.28
from llama_index.llms import OpenAI
? With gpt-3.5 or gpt-4?