We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af517b3 commit 4c6043cCopy full SHA for 4c6043c
src/api/providers/openrouter.ts
@@ -192,7 +192,6 @@ export class OpenRouterHandler extends BaseProvider implements SingleCompletionH
192
// If a specific provider is requested, use the endpoint for that provider.
193
if (this.options.openRouterSpecificProvider && this.endpoints[this.options.openRouterSpecificProvider]) {
194
info = this.endpoints[this.options.openRouterSpecificProvider]
195
- console.log(`[OpenRouterHandler] Using specific provider: ${this.options.openRouterSpecificProvider}`, info)
196
}
197
198
const isDeepSeekR1 = id.startsWith("deepseek/deepseek-r1") || id === "perplexity/sonar-reasoning"
0 commit comments