Skip to content

Commit a2a1c78

Browse files
Update webview-ui/src/components/ui/hooks/useSelectedModel.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 1bf7c79 commit a2a1c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/ui/hooks/useSelectedModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ function getSelectedModelInfo({
118118
supportsImages: false, // VSCode LM API currently doesn't support images.
119119
}
120120
default:
121-
return anthropicModels[id as keyof typeof anthropicModels] ?? anthropicDefaultModelId
121+
return anthropicModels[id as keyof typeof anthropicModels] ?? anthropicModels[anthropicDefaultModelId]
122122
}
123123
}

0 commit comments

Comments
 (0)