From c667b6a179f98bbcbebb6f2e0a48d748bf311a33 Mon Sep 17 00:00:00 2001 From: Simos Mikelatos Date: Thu, 4 Jun 2026 23:43:48 +0200 Subject: [PATCH] Update model version in OPTIONS description --- public/modelConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/modelConstants.js b/public/modelConstants.js index 35e653aa..1dc5fd94 100644 --- a/public/modelConstants.js +++ b/public/modelConstants.js @@ -11,7 +11,7 @@ export const CLAUDE_MODELS = { { value: "default", label: "Default (recommended)", - description: "Use the default model (currently Opus 4.7 (1M context)) · $5/$25 per Mtok", + description: "Use the default model (currently Opus 4.8 (1M context)) · $5/$25 per Mtok", }, { value: "sonnet",