From 6540a38f8236e071707b839f55ff8d4cd1e5139e Mon Sep 17 00:00:00 2001 From: Ari Webb Date: Thu, 5 Mar 2026 13:32:50 -0800 Subject: [PATCH] nit: beta for auto models (#1278) --- src/models.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models.json b/src/models.json index 2b5c3d8..ea3a345 100644 --- a/src/models.json +++ b/src/models.json @@ -2,14 +2,14 @@ { "id": "auto", "handle": "letta/auto", - "label": "Auto", + "label": "Auto (Beta)", "description": "Automatically select the best model", "isFeatured": true }, { "id": "auto-fast", "handle": "letta/auto-fast", - "label": "Auto Fast", + "label": "Auto Fast (Beta)", "description": "Automatically select the best fast model", "isFeatured": true },