We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce0c1f commit 189f623Copy full SHA for 189f623
app/src/views/preference/OpenAISettings.vue
@@ -6,6 +6,9 @@ const data: Settings = inject('data')!
6
const errors: Record<string, Record<string, string>> = inject('errors') as Record<string, Record<string, string>>
7
8
const models = shallowRef([
9
+ {
10
+ value: 'gpt-4o',
11
+ },
12
{
13
value: 'gpt-4-1106-preview',
14
},
0 commit comments