|
|
@@ -71,6 +71,33 @@ func init() {
|
|
|
Root: "gpt-3.5-turbo-0301",
|
|
|
Parent: nil,
|
|
|
},
|
|
|
+ {
|
|
|
+ Id: "gpt-3.5-turbo-0613",
|
|
|
+ Object: "model",
|
|
|
+ Created: 1677649963,
|
|
|
+ OwnedBy: "openai",
|
|
|
+ Permission: permission,
|
|
|
+ Root: "gpt-3.5-turbo-0613",
|
|
|
+ Parent: nil,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ Id: "gpt-3.5-turbo-16k",
|
|
|
+ Object: "model",
|
|
|
+ Created: 1677649963,
|
|
|
+ OwnedBy: "openai",
|
|
|
+ Permission: permission,
|
|
|
+ Root: "gpt-3.5-turbo-16k",
|
|
|
+ Parent: nil,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ Id: "gpt-3.5-turbo-16k-0613",
|
|
|
+ Object: "model",
|
|
|
+ Created: 1677649963,
|
|
|
+ OwnedBy: "openai",
|
|
|
+ Permission: permission,
|
|
|
+ Root: "gpt-3.5-turbo-16k-0613",
|
|
|
+ Parent: nil,
|
|
|
+ },
|
|
|
{
|
|
|
Id: "gpt-4",
|
|
|
Object: "model",
|
|
|
@@ -89,6 +116,15 @@ func init() {
|
|
|
Root: "gpt-4-0314",
|
|
|
Parent: nil,
|
|
|
},
|
|
|
+ {
|
|
|
+ Id: "gpt-4-0613",
|
|
|
+ Object: "model",
|
|
|
+ Created: 1677649963,
|
|
|
+ OwnedBy: "openai",
|
|
|
+ Permission: permission,
|
|
|
+ Root: "gpt-4-0613",
|
|
|
+ Parent: nil,
|
|
|
+ },
|
|
|
{
|
|
|
Id: "gpt-4-32k",
|
|
|
Object: "model",
|
|
|
@@ -107,6 +143,15 @@ func init() {
|
|
|
Root: "gpt-4-32k-0314",
|
|
|
Parent: nil,
|
|
|
},
|
|
|
+ {
|
|
|
+ Id: "gpt-4-32k-0613",
|
|
|
+ Object: "model",
|
|
|
+ Created: 1677649963,
|
|
|
+ OwnedBy: "openai",
|
|
|
+ Permission: permission,
|
|
|
+ Root: "gpt-4-32k-0613",
|
|
|
+ Parent: nil,
|
|
|
+ },
|
|
|
{
|
|
|
Id: "text-embedding-ada-002",
|
|
|
Object: "model",
|