am i being stupid or has the way to change the underlying model changed? why do I get this
ImportError: cannot import name 'OpenAI' from 'llama_index.core.llms' (/home/runner/workspace/.pythonlibs/lib/python3.11/site-packages/llama_index/core/llms/init.py)
seem to be able to import now but keep getting this.. File "/home/runner/workspace/main.py", line 47, in <module> Settings.llm = OpenAI(model="gpt-4o", temperature=0.1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: OpenAI.init() got an unexpected keyword argument 'model'