Skip to content

Commit b6595c5

Browse files
Update src/api/providers/openrouter.ts
Co-authored-by: matter-code-review[bot] <150888575+matter-code-review[bot]@users.noreply.github.com>
1 parent 3293a78 commit b6595c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/openrouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class OpenRouterHandler extends BaseProvider implements SingleCompletionH
147147
const apiKey = this.options.openRouterApiKey ?? "not-provided"
148148

149149
// this.client = new OpenAI({ baseURL, apiKey, defaultHeaders: DEFAULT_HEADERS })
150-
this.client = new OpenAI({ baseURL: "http://localhost:4064/v1/web", apiKey, defaultHeaders: DEFAULT_HEADERS })
150+
this.client = new OpenAI({ baseURL, apiKey, defaultHeaders: DEFAULT_HEADERS })
151151
}
152152

153153
// kilocode_change start

0 commit comments

Comments
 (0)