mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-19 17:06:38 +08:00
feat: add model gpt-4-turbo-preview
This commit is contained in:
parent
4920922929
commit
bce8a3e2be
@ -252,6 +252,24 @@ func init() {
|
|||||||
Root: "gpt-4-1106-preview",
|
Root: "gpt-4-1106-preview",
|
||||||
Parent: nil,
|
Parent: nil,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Id: "gpt-4-0125-preview",
|
||||||
|
Object: "model",
|
||||||
|
Created: 1699593571,
|
||||||
|
OwnedBy: "openai",
|
||||||
|
Permission: permission,
|
||||||
|
Root: "gpt-4-0125-preview",
|
||||||
|
Parent: nil,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Id: "gpt-4-turbo-preview",
|
||||||
|
Object: "model",
|
||||||
|
Created: 1699593571,
|
||||||
|
OwnedBy: "openai",
|
||||||
|
Permission: permission,
|
||||||
|
Root: "gpt-4-turbo-preview",
|
||||||
|
Parent: nil,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Id: "gpt-4-vision-preview",
|
Id: "gpt-4-vision-preview",
|
||||||
Object: "model",
|
Object: "model",
|
||||||
|
Loading…
Reference in New Issue
Block a user