From 99c7e45cb732bfddeaea1e0f6f96a8d0951b60d7 Mon Sep 17 00:00:00 2001 From: lloydchang Date: Sun, 1 Dec 2024 16:26:35 -0800 Subject: [PATCH] fix(openrouter.ts): HTTP-Referer and X-Title (#35) --- cli/api/providers/openrouter.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/api/providers/openrouter.ts b/cli/api/providers/openrouter.ts index 80c6cb6..9db32bb 100644 --- a/cli/api/providers/openrouter.ts +++ b/cli/api/providers/openrouter.ts @@ -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,