Hi All: I have an application with two different functions: one uses openai directly so has "from openai import OpenAI" and a different function using RAG with llamaindex that has: from llama_index.llms.openai import OpenAI from llama_index.core import Settings
i want to use settings to change the model but getting runtime errors. any guidance on how to solve this, please?