From d0b7c1fb8a1d61f66716ac09173688d83e632523 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Mon, 2 Mar 2026 22:04:37 -0800 Subject: [PATCH] chore: update default model from sonnet-4.5 to sonnet-4.6 (#1237) Co-authored-by: Letta Code --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 70ae3ae..3437608 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -5,7 +5,7 @@ /** * Default model ID to use when no model is specified */ -export const DEFAULT_MODEL_ID = "sonnet-4.5"; +export const DEFAULT_MODEL_ID = "sonnet"; /** * Default agent name when creating a new agent