feat: added ability to load dynamically the model list from LM Studio#24612
feat: added ability to load dynamically the model list from LM Studio#24612ricardofiorani wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
This is a sister PR to Kilo-Org/kilocode#9558 |
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate PRs FoundHere are related PRs that may be addressing similar functionality:
Note: These PRs appear to be previous attempts or related efforts to implement dynamic model loading from LM Studio. You should verify if any of these were already merged or if PR #24612 is a renewed effort to implement this feature. |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
Cna this get submitted for approval! this would be soo helpful and also, (can we sneek in a fix so that it sets up the local option for lm studio as well) |
Issue for this PR
Closes none.
Type of change
What does this PR do?
Today opencode displays a static list from models.dev of 3 models in lmstudio. Since LM Studio is intended to be self-hosted, it made no sense for the list to be static. Even though there is the possibility to add models manually via config files, still, it's too much hassle for something that should come out of the box.
This PR adds the ability to load the model list from LM Studio dynamically.
How did you verify your code works?
devto assert everything works and I don't chase unrelated changes later.Screenshots / recordings
Checklist