feat: add model gpt-3.5-turbo-0125

This commit is contained in:
CaIon
2024-02-02 12:46:12 +08:00
parent d6d91e4340
commit a0c4e9f10e
2 changed files with 15 additions and 2 deletions

View File

@@ -180,6 +180,15 @@ func init() {
Root: "gpt-3.5-turbo-1106",
Parent: nil,
},
{
Id: "gpt-3.5-turbo-0125",
Object: "model",
Created: 1706232090,
OwnedBy: "openai",
Permission: permission,
Root: "gpt-3.5-turbo-0125",
Parent: nil,
},
{
Id: "gpt-3.5-turbo-instruct",
Object: "model",