-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Description
App Version
3.25.23
API Provider
Requesty
Model Used
N/A
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
The model listing URL replacement was broken down after introducing the base custom URL.
It might still work because Requesty added support to list models via the "broken" URL (without the /v1).
The new URL call removes the /v1 from the base URL, which was an unexpected behavior.
π₯ Outcome Summary
Given a custom URL 'https://custom.requesty.ai/v1'
Model listing URL should be: https://custom.requesty.ai/v1/models, and is currently https://custom.requesty.ai/models.
π Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done