-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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.23.8 (65a82fd)
API Provider
LiteLLM
Model Used
N/A
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
- Configure the
litellmprovider in VSCode settings with abaseURLthat includes a path, for examplehttp://localhost:4000/litellm - Click Refresh Models
- Roo Code UI show error like
Failed to fetch LiteLLM models: Failed to fetch LiteLLM models: Unexpected response format.
π₯ Outcome Summary
Expected: Request should go to http://localhost:4000/litellm/v1/model/info for model fetching and
Actual: Path component is dropped, requests go to http://localhost:4000/v1/model/info
π Relevant Logs or Errors (Optional)
Failed to fetch LiteLLM models: Failed to fetch LiteLLM models: Unexpected response format.dosubot
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