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

Enhancement: Enable support for o1-preview and o1-mini #4029

Closed
1 task done
mralexhenry opened this issue Sep 13, 2024 · 1 comment
Closed
1 task done

Enhancement: Enable support for o1-preview and o1-mini #4029

mralexhenry opened this issue Sep 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mralexhenry
Copy link

mralexhenry commented Sep 13, 2024

What features would you like to see added?

Support for the new OpenAI o1-preview and o1-mini models

More details

It looks like the logic in the OpenAIClient.JS is incorrectly categorising the new o1 models as needing to use the completions endpoint instead of the chat completions endpoint, causing an error. There may also need to be some additional logic to ensure that Librechat does not pass system prompts to the o1 models, as only user and assistant prompts are supported.

Which components are impacted by your request?

Endpoints

Pictures

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mralexhenry mralexhenry added the enhancement New feature or request label Sep 13, 2024
@danny-avila
Copy link
Owner

Already implemented: #4019

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

No branches or pull requests

2 participants