Skip to content

Commit 1543fae

Browse files
authored
Fix missing quote
1 parent bb13a2e commit 1543fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-common/matrix-constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const APP_BOXEL_ACTIVE_LLM = 'app.boxel.active-llm';
1616
export const DEFAULT_LLM = 'openai/gpt-4o';
1717
export const DEFAULT_LLM_LIST = [
1818
'anthropic/claude-3.5-sonnet',
19-
'anthropic/claude-3.7-sonnet,
19+
'anthropic/claude-3.7-sonnet',
2020
'google/gemini-pro-1.5',
2121
'openai/gpt-4o',
2222
'openai/gpt-4o-mini',

0 commit comments

Comments
 (0)