mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
fix(openrouter.ts): HTTP-Referer and X-Title (#35)
This commit is contained in:
@@ -32,8 +32,8 @@ export class OpenRouterHandler {
|
|||||||
headers: {
|
headers: {
|
||||||
"Authorization": `Bearer ${this.apiKey}`,
|
"Authorization": `Bearer ${this.apiKey}`,
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"HTTP-Referer": "https://github.com/mattvr/roo-cline",
|
"HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline",
|
||||||
"X-Title": "Cline CLI"
|
"X-Title": "Roo Cline"
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
model: this.model,
|
model: this.model,
|
||||||
|
|||||||
Reference in New Issue
Block a user