mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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,
|
||||
description: 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,
|
||||
onSelect() {
|
||||
dialog.clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue