chore: update default model from sonnet-4.5 to sonnet-4.6 (#1237)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Kevin Lin
2026-03-02 22:04:37 -08:00
committed by GitHub
parent a1a7419396
commit d0b7c1fb8a

View File

@@ -5,7 +5,7 @@
/** /**
* Default model ID to use when no model is specified * 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 * Default agent name when creating a new agent