Skip to content

Commit b59def2

Browse files
committed
hide gpt5 nano
1 parent d842353 commit b59def2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/cli/cmd/tui/component/dialog-model.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function DialogModel() {
7070
title: info.name ?? model,
7171
description: connected() ? provider.name : undefined,
7272
category: connected() ? provider.name : undefined,
73+
disabled: provider.id === "opencode" && model.includes("-nano"),
7374
footer: info.cost?.input === 0 && provider.id === "opencode" ? "Free" : undefined,
7475
onSelect() {
7576
dialog.clear()

0 commit comments

Comments
 (0)