Merge pull request #468 from RooVetGit/mrubens-patch-1

Update openrouter.ts
This commit is contained in:
Matt Rubens 2025-01-21 19:34:55 -05:00 committed by GitHub
commit 2b17eeb7c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ describe("OpenRouterHandler", () => {
apiKey: mockOptions.openRouterApiKey,
defaultHeaders: {
"HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline",
"X-Title": "Roo-Code",
"X-Title": "Roo Code",
},
})
})

View file

@ -30,7 +30,7 @@ export class OpenRouterHandler implements ApiHandler, SingleCompletionHandler {
apiKey: this.options.openRouterApiKey,
defaultHeaders: {
"HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline",
"X-Title": "Roo-Code",
"X-Title": "Roo Code",
},
})
}