Saoud Rizwan пре 1 година
родитељ
комит
bf05131b81
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/api/providers/openrouter.ts

+ 2 - 2
src/api/providers/openrouter.ts

@@ -17,8 +17,8 @@ export class OpenRouterHandler implements ApiHandler {
 			baseURL: "https://openrouter.ai/api/v1",
 			baseURL: "https://openrouter.ai/api/v1",
 			apiKey: this.options.openRouterApiKey,
 			apiKey: this.options.openRouterApiKey,
 			defaultHeaders: {
 			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.
 			},
 			},
 		})
 		})
 	}
 	}