Skip to content
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

Add support for OpenAI's new reasoning models #1615

Open
chrisstev2345 opened this issue Feb 14, 2025 · 0 comments
Open

Add support for OpenAI's new reasoning models #1615

chrisstev2345 opened this issue Feb 14, 2025 · 0 comments

Comments

@chrisstev2345
Copy link

🚀 The feature

The newest reasoning models from OpenAI would be available to use with the PandasAI framework

Motivation, pitch

Complex data analysis tasks would benefit from some of the new OpenAI reasoning models (o1-mini, o1, and o3-mini). However, OpenAI made their reasoning models not backwards compatible for many custom API wrappers that were setup to call previous models (new and deprecated parameters not compatible with the previous series of models, updates to system messages, etc...). While this might be fixed in the future, a custom implementation that separates the previous OpenAI models and their new reasoning models could be a workaround.

Alternatives

To simply not include them

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant