Skip to content

Commit

Permalink
fix(openrouter.ts): HTTP-Referer and X-Title (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydchang authored Dec 2, 2024
1 parent b9c274a commit 99c7e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/api/providers/openrouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export class OpenRouterHandler {
headers: {
"Authorization": `Bearer ${this.apiKey}`,
"Content-Type": "application/json",
"HTTP-Referer": "https://github.com/mattvr/roo-cline",
"X-Title": "Cline CLI"
"HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline",
"X-Title": "Roo Cline"
},
body: JSON.stringify({
model: this.model,
Expand Down

0 comments on commit 99c7e45

Please sign in to comment.