mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Adds provider names to dropdown
This commit is contained in:
committed by
Vignesh Subbiah
parent
aed51a2bc5
commit
31ec687768
@@ -20,7 +20,7 @@ export class UnboundHandler implements ApiHandler {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify({
|
||||
model: this.getModel().id,
|
||||
model: this.getModel().id.split("/")[1],
|
||||
messages: [{ role: "system", content: systemPrompt }, ...messages],
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user