add gpt-3.5-turbo-instruct model

This commit is contained in:
mmw1984
2023-09-21 22:53:41 +08:00
committed by GitHub
parent 8651451e53
commit 6a4eb720d3

View File

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