mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix(openrouter.ts): HTTP-Referer and X-Title (#35)
This commit is contained in:
parent
b9c274add2
commit
99c7e45cb7
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue