Skip to content

Commit b303511

Browse files
BunsDevCopilot
andauthored
Update apps/web/src/components/chat/ProviderModelPicker.browser.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6295e51 commit b303511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/chat/ProviderModelPicker.browser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const MODEL_OPTIONS_BY_PROVIDER = {
1515
{ slug: "gpt-5-codex", name: "GPT-5 Codex" },
1616
{ slug: "gpt-5.3-codex", name: "GPT-5.3 Codex" },
1717
],
18-
copilot: [{ slug: "claude-sonnet-4.5", name: "Claude Sonnet 4.5" }],
18+
copilot: [{ slug: "claude-sonnet-4-5", name: "Claude Sonnet 4.5" }],
1919
openclaw: [],
2020
} as const satisfies Record<ProviderKind, ReadonlyArray<{ slug: ModelSlug; name: string }>>;
2121

0 commit comments

Comments
 (0)