Model list in dropdown doesn't match OPENAI_MODELS? #4914
Closed
jerkstorecaller
started this conversation in
Help Wanted
Replies: 1 comment 1 reply
-
Yeesh, of course I figure it out a minute after I ask here. I had a sudden thought and opened a new Incognito window, logged in, and Librechat was showing the model list just fine. Problem solved, hope this helps someone else. |
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.
-
I'm running latest Docker image, and a vanilla .env with the exceptions of OPENAI_API_KEY being set, and
OPENAI_MODELS=o1-preview,o1-mini,gpt-4o,gpt-4o-mini,chatgpt-4o-latest,gpt-4-vision-preview
. I built this list using the output ofcurl https://api.openai.com/v1/models -H "Authorization: Bearer $OPENAI_API_KEY"
When I'm chatting, the dropdown doesn't match this:

And I can't even search for "o1-preview" in the dropdown.
What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions