Skip to content

Commit 99c7e45

Browse files
authored
fix(openrouter.ts): HTTP-Referer and X-Title (#35)
1 parent b9c274a commit 99c7e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/api/providers/openrouter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export class OpenRouterHandler {
3232
headers: {
3333
"Authorization": `Bearer ${this.apiKey}`,
3434
"Content-Type": "application/json",
35-
"HTTP-Referer": "https://github.com/mattvr/roo-cline",
36-
"X-Title": "Cline CLI"
35+
"HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline",
36+
"X-Title": "Roo Cline"
3737
},
3838
body: JSON.stringify({
3939
model: this.model,

0 commit comments

Comments
 (0)