Skip to content

Commit 03e2a32

Browse files
committed
fix: BYOK models not appearing in chat model picker
1 parent 9217340 commit 03e2a32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extension/byok/common/byokProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export function byokKnownModelToAPIInfo(providerName: string, id: string, capabi
167167
family: id,
168168
tooltip: `${capabilities.name} is contributed via the ${providerName} provider.`,
169169
multiplierNumeric: 0,
170+
isUserSelectable: true,
170171
capabilities: {
171172
toolCalling: capabilities.toolCalling,
172173
imageInput: capabilities.vision

0 commit comments

Comments
 (0)