Skip to content

Commit 17f3a31

Browse files
Changes recommendedModel to be same as default model
1 parent c049436 commit 17f3a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export const UnboundModelPicker = () => (
1010
refreshMessageType="refreshUnboundModels"
1111
serviceName="Unbound"
1212
serviceUrl="https://api.getunbound.ai/models"
13-
recommendedModel="anthropic/claude-3.5-sonnet:beta"
13+
recommendedModel={unboundDefaultModelId}
1414
/>
1515
)

0 commit comments

Comments
 (0)