-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
o1-preview and o1-mini support #604
Comments
If you upgrade your llama-index-llms-openai package you can use 01-preview and 01-mini. However, this may cause some dependency issues. I had to change my version of llama-index-core to make this work. I used:
You can then pass the model of your choice to the 'llm' option when initializing your ActionEngine or 'mm_llm' option when initializing your WorldModel, like so (it doesn't work with our OpenAI Context because of some breaking changes on llama-index's side - so you have to initialize and pass the model directly):
Full list of OpenAI models supported with latest openai llama-index package: |
Describe the solution you'd like
Support for new o1-preview and o1-mini from OpenAI
The text was updated successfully, but these errors were encountered: