Browse Source

Update openrouter.ts

Matt Rubens 11 months ago
parent
commit
53af972579
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/providers/openrouter.ts

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

@@ -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",
 			},
 		})
 	}