From bf05131b8106037b22a79a271e0db69f1b67fa62 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 9 Oct 2024 03:43:30 -0400 Subject: [PATCH] Update openrouter referer --- src/api/providers/openrouter.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/providers/openrouter.ts b/src/api/providers/openrouter.ts index 8ecf2af..2227c3e 100644 --- a/src/api/providers/openrouter.ts +++ b/src/api/providers/openrouter.ts @@ -17,8 +17,8 @@ export class OpenRouterHandler implements ApiHandler { baseURL: "https://openrouter.ai/api/v1", apiKey: this.options.openRouterApiKey, defaultHeaders: { - "HTTP-Referer": "https://github.com/saoudrizwan/claude-dev", // Optional, for including your app on openrouter.ai rankings. - "X-Title": "claude-dev", // Optional. Shows in rankings on openrouter.ai. + "HTTP-Referer": "https://cline.bot", // Optional, for including your app on openrouter.ai rankings. + "X-Title": "Cline", // Optional. Shows in rankings on openrouter.ai. }, }) }