Skip to content

Commit 30bfa62

Browse files
committed
Add GPT-4o Mini to model list
1 parent edb43e9 commit 30bfa62

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

composables/useAssistant.ts

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,14 @@ const defaultLanguageModels: ModelOption[] = [
2323
contextWindow: '128k',
2424
},
2525
{
26-
id: 'gpt-4-turbo',
27-
label: 'GPT-4 Turbo',
26+
id: 'gpt-4o-mini',
27+
label: 'GPT-4o Mini',
2828
contextWindow: '128k',
2929
},
3030
{
31-
id: 'gpt-4-turbo-preview',
32-
label: 'GPT-4 Turbo (Preview)',
33-
contextWindow: '128k',
34-
},
35-
{
36-
id: 'gpt-4-vision-preview',
37-
label: 'GPT-4 Turbo Vision',
31+
id: 'gpt-4-turbo',
32+
label: 'GPT-4 Turbo',
3833
contextWindow: '128k',
39-
comingSoon: true,
40-
disabled: true,
4134
},
4235
{
4336
id: 'gpt-4',

0 commit comments

Comments
 (0)