Skip to content

Commit a07aedf

Browse files
authored
Merge pull request #2197 from cardstack/sonnet-3.7
Add sonnet 3.7 to the dropdown
2 parents 73b25af + 1543fae commit a07aedf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-common/matrix-constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const APP_BOXEL_ACTIVE_LLM = 'app.boxel.active-llm';
1818
export const DEFAULT_LLM = 'openai/gpt-4o';
1919
export const DEFAULT_LLM_LIST = [
2020
'anthropic/claude-3.5-sonnet',
21+
'anthropic/claude-3.7-sonnet',
2122
'google/gemini-pro-1.5',
2223
'openai/gpt-4o',
2324
'openai/gpt-4o-mini',

0 commit comments

Comments
 (0)