Skip to content

Commit

Permalink
feat: add gpt-4o model
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed May 14, 2024
1 parent 7ce0c1f commit 189f623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/views/preference/OpenAISettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const data: Settings = inject('data')!
const errors: Record<string, Record<string, string>> = inject('errors') as Record<string, Record<string, string>>
const models = shallowRef([
{
value: 'gpt-4o',
},
{
value: 'gpt-4-1106-preview',
},
Expand Down

0 comments on commit 189f623

Please sign in to comment.