mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Changes recommendedModel to be same as default model
This commit is contained in:
parent
c049436101
commit
17f3a314f5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ export const UnboundModelPicker = () => (
|
|||
refreshMessageType="refreshUnboundModels"
|
||||
serviceName="Unbound"
|
||||
serviceUrl="https://api.getunbound.ai/models"
|
||||
recommendedModel="anthropic/claude-3.5-sonnet:beta"
|
||||
recommendedModel={unboundDefaultModelId}
|
||||
/>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue