Skip to content

Commit

Permalink
Add o1 model
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed Dec 20, 2024
1 parent 06dea67 commit 5c56f61
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composables/useAssistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,20 @@ const defaultLanguageModels: ModelOption[] = [
contextWindow: '128k',
},
{
id: 'o1-preview',
label: 'o1 Preview',
contextWindow: '128k',
id: 'o1',
label: 'o1',
contextWindow: '200k',
},
{
id: 'o1-mini',
label: 'o1 Mini',
contextWindow: '128k',
},
{
id: 'o1-preview',
label: 'o1 Preview',
contextWindow: '128k',
},
{
id: 'gpt-4-turbo',
label: 'GPT-4 Turbo',
Expand Down

0 comments on commit 5c56f61

Please sign in to comment.