[Feature] support gpt-3.5-turbo-1106

This commit is contained in:
Jiachen
2023-11-07 13:43:53 +08:00
parent bc7c9105f4
commit 7822af3edc
2 changed files with 13 additions and 0 deletions

View File

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