from llama_index.llms import OpenAI # create llm instance llm = OpenAI() # use lllm for raw call print(llm.complete("hey how are you?"))