Skip to content

Commit

Permalink
Add o1-preview and o1-mini models
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed Dec 6, 2024
1 parent 030757a commit 06dea67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composables/useAssistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ const defaultLanguageModels: ModelOption[] = [
label: 'GPT-4o Mini',
contextWindow: '128k',
},
{
id: 'o1-preview',
label: 'o1 Preview',
contextWindow: '128k',
},
{
id: 'o1-mini',
label: 'o1 Mini',
contextWindow: '128k',
},
{
id: 'gpt-4-turbo',
label: 'GPT-4 Turbo',
Expand Down

0 comments on commit 06dea67

Please sign in to comment.