twinnydotdev / twinny

The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.
https://twinny.dev
MIT License
3.04k stars 162 forks source link

Can't select any model if Ollama has a long list of models #302

Open JamesClarke7283 opened 2 months ago

JamesClarke7283 commented 2 months ago

Describe the bug If i have a large number of models on my ollama instance, it will only show me the top 8 or something, i can't scroll down to see more models.

To Reproduce Install many models, like 10 on a ollama server. and edit providers.

Expected behavior Should be a scrollbar, to see more models.

Screenshots Screenshot_2024-08-27_12-28-57

Logging N/A

API Provider Ollama

Chat or Auto Complete? N/A this happens with any model list.

Model Name N/A any model

Desktop (please complete the following information):

Additional context Its a regression... on 3.14.7, it has the scrollbar.

rjmacarthy commented 2 months ago

Hey, when I tested it I could see all my models in there?

image