We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3293a78 commit b6595c5Copy full SHA for b6595c5
src/api/providers/openrouter.ts
@@ -147,7 +147,7 @@ export class OpenRouterHandler extends BaseProvider implements SingleCompletionH
147
const apiKey = this.options.openRouterApiKey ?? "not-provided"
148
149
// this.client = new OpenAI({ baseURL, apiKey, defaultHeaders: DEFAULT_HEADERS })
150
- this.client = new OpenAI({ baseURL: "http://localhost:4064/v1/web", apiKey, defaultHeaders: DEFAULT_HEADERS })
+ this.client = new OpenAI({ baseURL, apiKey, defaultHeaders: DEFAULT_HEADERS })
151
}
152
153
// kilocode_change start
0 commit comments