Update openrouter.ts

This commit is contained in:
Matt Rubens
2025-01-21 19:23:27 -05:00
committed by GitHub
parent fd4998eb3a
commit 53af972579

View File

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