[Enhancement]: Sort models in model selector #8370
juancarlosm
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
do you want me to generate a PR? it's a simple change, just sort :) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Description
When models are fetched from a remote LiteLLM or OpenAI, they appear in the model selector in an unsorted order, making it difficult to find specific models.
Current behavior
Models appear in random order:
Expected behavior
Models should be sorted alphabetically for better user experience.
Proposed solution
Add a sort operation in
loadConfigModels.js
after fetching models:Result:
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions