from llama_index.core import Settings from llama_index.llms.openai import OpenAI Settings.llm = OpenAI(system_prompt="ADD_YOUR_SYTEM_PROMPT_HERE")