We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c274a commit 99c7e45Copy full SHA for 99c7e45
cli/api/providers/openrouter.ts
@@ -32,8 +32,8 @@ export class OpenRouterHandler {
32
headers: {
33
"Authorization": `Bearer ${this.apiKey}`,
34
"Content-Type": "application/json",
35
- "HTTP-Referer": "https://github.com/mattvr/roo-cline",
36
- "X-Title": "Cline CLI"
+ "HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline",
+ "X-Title": "Roo Cline"
37
},
38
body: JSON.stringify({
39
model: this.model,
0 commit comments