Skip to content

Commit 888fb89

Browse files
committed
Added working
1 parent ffb8a28 commit 888fb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
16391639
}
16401640
return {
16411641
selectedProvider: provider,
1642-
selectedModelId: anthropicDefaultModelId,
1642+
selectedModelId: apiConfiguration?.pearaiModelId || "pearai_model",
16431643
selectedModelInfo: pearaiModelInfo,
16441644
}
16451645
}

0 commit comments

Comments
 (0)