Some OpenAI models are not visible #7895
Replies: 3 comments 3 replies
-
Similar problem here. The librechat.yaml in hugging face is outdated it seems. Interestingly sonnet 4 is shown although not configured either in the yaml. I think it would be best to remove the whole model names in the .yaml and just to collect the current models via API and store the results in database so that the db is gradually updated if new models show up (you could also make a "refresh models" button or similar). My cfg was 1.2.4 and on github the example is even older with 1.2.1 https://github.com/danny-avila/LibreChat/blob/main/librechat.example.yaml . The newest cfg is available here https://www.librechat.ai/docs/configuration/librechat_yaml/example with changelog here https://www.librechat.ai/changelog . I copied the example from the docs (1.2.8, newest version) and also done factory-reset for updating in hugging face. Also provided openai key (can use chatgpt latest). Still e.g. no openai 4.1 on models. |
Beta Was this translation helpful? Give feedback.
-
All models for the HF space are manually added by the admin, I'll make a note so they can update it. |
Beta Was this translation helpful? Give feedback.
-
Maybe found a solution: Edit the variable OPENAI_MODELS on hugging face and append it with ",o3,o1". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Some models like
o3-mini
ando4-mini
are not visible. I tried this with my API key which I provided in the interface and I have access to these models.curl https://api.openai.com/v1/models -H "Authorization: Bearer <>
I tried them from the OpenAI playground too. I checked out the commit from
main
branch (0103b4b08a6ee13
) which is version0.7.8
. Followed instructions form here. I'm not sure if I'm missing anything. Help appreicated.Beta Was this translation helpful? Give feedback.
All reactions