-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Description
App Version
3.25.10
API Provider
LM Studio
Model Used
N/A
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
- Start LM Studio (Windows 11) and load a model to be used with Roo Code
- Open Roo Code settings -> Providers
- Add a Configuration Profile with API Provider "LM Studio"
- The loaded model is displayed twice in the model selection list: once with the model path and once with the model id
π₯ Outcome Summary
Expected models loaded in LM Studio to appear only once in the Configuration Profile, but got them twice under different names.
π Relevant Logs or Errors (Optional)
This might be a bug in getLMStudioModels() (https://github.com/RooCodeInc/Roo-Code/blob/main/src/api/providers/fetchers/lmstudio.ts#L53) where model.path is used as key for downloaded models but model.modelKey is used as key for loaded models.Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done