Skip to content

Commit c36432f

Browse files
committed
Remove unnecessary marker
1 parent 5609a95 commit c36432f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/webviewMessageHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ export const webviewMessageHandler = async (
592592
const modelFetchPromises: Array<{ key: RouterName; options: GetModelsOptions }> = [
593593
{
594594
key: "openrouter",
595-
options: { provider: "openrouter", apiKey: openRouterApiKey, baseUrl: openRouterBaseUrl }, // kilocode_change
595+
options: { provider: "openrouter", apiKey: openRouterApiKey, baseUrl: openRouterBaseUrl },
596596
},
597597
{
598598
key: "requesty",

0 commit comments

Comments
 (0)