refactor: rename model id from 'default' to 'sonnet-4.5' (#93)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-11-16 22:30:42 -08:00
committed by GitHub
parent cedbff11a2
commit 1dcc25fcc9
3 changed files with 10 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
model: [gpt-5-minimal, gpt-4.1, default, gemini-pro, glm-4.6, haiku]
model: [gpt-5-minimal, gpt-4.1, sonnet-4.5, gemini-pro, glm-4.6, haiku]
steps:
- name: Checkout
uses: actions/checkout@v4

8
src/constants.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* Application-wide constants
*/
/**
* Default model ID to use when no model is specified
*/
export const DEFAULT_MODEL_ID = "sonnet-4.5";

View File

@@ -1,6 +1,6 @@
[
{
"id": "default",
"id": "sonnet-4.5",
"handle": "anthropic/claude-sonnet-4-5-20250929",
"label": "Claude Sonnet 4.5 (default)",
"description": "The recommended default model (currently Sonnet 4.5)",