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.
o1
1 parent 06dea67 commit 5c56f61Copy full SHA for 5c56f61
composables/useAssistant.ts
@@ -28,15 +28,20 @@ const defaultLanguageModels: ModelOption[] = [
28
contextWindow: '128k',
29
},
30
{
31
- id: 'o1-preview',
32
- label: 'o1 Preview',
33
- contextWindow: '128k',
+ id: 'o1',
+ label: 'o1',
+ contextWindow: '200k',
34
35
36
id: 'o1-mini',
37
label: 'o1 Mini',
38
39
40
+ {
41
+ id: 'o1-preview',
42
+ label: 'o1 Preview',
43
+ contextWindow: '128k',
44
+ },
45
46
id: 'gpt-4-turbo',
47
label: 'GPT-4 Turbo',
0 commit comments