hide gpt5 nano
This commit is contained in:
parent
d842353f39
commit
b59def2e4a
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ export function DialogModel() {
|
||||||
title: info.name ?? model,
|
title: info.name ?? model,
|
||||||
description: connected() ? provider.name : undefined,
|
description: connected() ? provider.name : undefined,
|
||||||
category: connected() ? provider.name : undefined,
|
category: connected() ? provider.name : undefined,
|
||||||
|
disabled: provider.id === "opencode" && model.includes("-nano"),
|
||||||
footer: info.cost?.input === 0 && provider.id === "opencode" ? "Free" : undefined,
|
footer: info.cost?.input === 0 && provider.id === "opencode" ? "Free" : undefined,
|
||||||
onSelect() {
|
onSelect() {
|
||||||
dialog.clear()
|
dialog.clear()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue