feat: add gpt-4o model

This commit is contained in:
Jacky 2024-05-14 18:21:59 +08:00
parent 7ce0c1f951
commit 189f623994
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -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',
},