-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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