Skip to content

Commit 189f623

Browse files
committed
feat: add gpt-4o model
1 parent 7ce0c1f commit 189f623

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/views/preference/OpenAISettings.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const data: Settings = inject('data')!
66
const errors: Record<string, Record<string, string>> = inject('errors') as Record<string, Record<string, string>>
77
88
const models = shallowRef([
9+
{
10+
value: 'gpt-4o',
11+
},
912
{
1013
value: 'gpt-4-1106-preview',
1114
},

0 commit comments

Comments
 (0)