tui: prevent deprecated models from appearing in model picker

This commit is contained in:
Dax Raad
2025-12-06 17:07:01 -05:00
parent 701c62c46a
commit e224c55556
5 changed files with 12 additions and 6 deletions
@@ -108,6 +108,7 @@ export function DialogModel() {
pipe(
provider.models,
entries(),
filter(([_, info]) => info.status !== "deprecated"),
map(([model, info]) => {
const value = {
providerID: provider.id,