revert: restore free-tier lock emoji behavior in model selector (#1398)

This commit is contained in:
Sarah Wooders
2026-03-15 20:24:05 -07:00
committed by GitHub
parent cc32bb5d8d
commit 7cbdc9bba5
2 changed files with 17 additions and 4 deletions

View File

@@ -5,14 +5,16 @@
"handle": "letta/auto",
"label": "Auto (Beta)",
"description": "Automatically select the best model",
"isFeatured": true
"isFeatured": true,
"free": true
},
{
"id": "auto-fast",
"handle": "letta/auto-fast",
"label": "Auto Fast (Beta)",
"description": "Automatically select the best fast model",
"isFeatured": true
"isFeatured": true,
"free": true
},
{
"id": "sonnet",