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 edb43e9 commit 30bfa62Copy full SHA for 30bfa62
composables/useAssistant.ts
@@ -23,21 +23,14 @@ const defaultLanguageModels: ModelOption[] = [
23
contextWindow: '128k',
24
},
25
{
26
- id: 'gpt-4-turbo',
27
- label: 'GPT-4 Turbo',
+ id: 'gpt-4o-mini',
+ label: 'GPT-4o Mini',
28
29
30
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',
+ id: 'gpt-4-turbo',
+ label: 'GPT-4 Turbo',
38
39
- comingSoon: true,
40
- disabled: true,
41
42
43
id: 'gpt-4',
0 commit comments