Originally created by @jason19970210 on GitHub (Feb 5, 2025).
Feature Request
Once there are many of models link from different ollama endpoints, the select section just shows the models without sorting.
I am wondering to have the models result be sorted according to their size, such as 8b will go before 7b models as well.
And of course, the user config default model must be put at the first index in the scroll bar.
Originally created by @jason19970210 on GitHub (Feb 5, 2025).
# Feature Request
Once there are many of models link from different ollama endpoints, the select section just shows the models without sorting.
I am wondering to have the models result be **sorted** according to their size, such as 8b will go before 7b models as well.
And of course, the user config **default** model must be put at the first index in the scroll bar.
## Current Output
```
1. deepseek-r1:7b 7.6B
2. deepseek-coder-v2:latest 15.7B
```
## Expect Output
```
1. deepseek-coder-v2:latest 15.7B
2. deepseek-r1:7b 7.6B
```
Thanks a lot.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jason19970210 on GitHub (Feb 5, 2025).
Feature Request
Once there are many of models link from different ollama endpoints, the select section just shows the models without sorting.
I am wondering to have the models result be sorted according to their size, such as 8b will go before 7b models as well.
And of course, the user config default model must be put at the first index in the scroll bar.
Current Output
Expect Output
Thanks a lot.