mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: add gpt-4o model
This commit is contained in:
parent
7ce0c1f951
commit
189f623994
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue