We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b25af + 1543fae commit a07aedfCopy full SHA for a07aedf
packages/runtime-common/matrix-constants.ts
@@ -18,6 +18,7 @@ export const APP_BOXEL_ACTIVE_LLM = 'app.boxel.active-llm';
18
export const DEFAULT_LLM = 'openai/gpt-4o';
19
export const DEFAULT_LLM_LIST = [
20
'anthropic/claude-3.5-sonnet',
21
+ 'anthropic/claude-3.7-sonnet',
22
'google/gemini-pro-1.5',
23
'openai/gpt-4o',
24
'openai/gpt-4o-mini',
0 commit comments