Any way to add OpenAI 4.1 models to LibreChat? #6881
Closed
markw649
started this conversation in
Help Wanted
Replies: 1 comment 1 reply
-
Never mind, the above works so long as there are no spaces between commas. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, as you know, OpenAI released three new models today (see pricing here). Do you know how I can add these models to LibreChat? I set OPENAI_MODELS in .env to the below but didn't see any changes in the UI (even after restarting docker container).
OPENAI_MODELS=gpt-4.1,gpt-4.1-mini,gpt-4.1-nano,o1,o1-mini,o1-preview . . .
Do I need to wait for changes to the code or is there anything I can do now to use these new models in LibreChat? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions