Automatically read available Ollama models
Is your feature request related to a problem? Please describe. Adding an Ollama model through this plugin's settings is verbose, requiring multiple fields of information. It is a slow manual task, which is required for every model that you want to add.
Describe the solution you'd like
I would like Ollama models to be read from the available Ollama API endpoint:
GET /api/tags
Ollama documentation for list local models.
Describe alternatives you've considered Type it all in manually 🤷
@Emt-lin has added something similar to those closed-source providers in the upcoming release, this is in the same vein.
@Emt-lin let me know if you'd like to take this one.
assigned me. I will find a more convenient way to add models for ollama/LM Studio provider
@Emt-lin Is this done yet?