🔖 chore: Update OpenAI model

This commit is contained in:
Martial BE 2024-04-11 15:49:53 +08:00
parent 4268f2816a
commit 2b17c98b34
No known key found for this signature in database
GPG Key ID: D06C32DF0EDB9084

View File

@ -124,6 +124,8 @@ func GetDefaultPrice() []*Price {
"gpt-4-32k-0613": {[]float64{30, 60}, common.ChannelTypeOpenAI},
// $0.01 / 1K tokens $0.03 / 1K tokens
"gpt-4-preview": {[]float64{5, 15}, common.ChannelTypeOpenAI},
"gpt-4-turbo": {[]float64{5, 15}, common.ChannelTypeOpenAI},
"gpt-4-turbo-2024-04-09": {[]float64{5, 15}, common.ChannelTypeOpenAI},
"gpt-4-1106-preview": {[]float64{5, 15}, common.ChannelTypeOpenAI},
"gpt-4-0125-preview": {[]float64{5, 15}, common.ChannelTypeOpenAI},
"gpt-4-turbo-preview": {[]float64{5, 15}, common.ChannelTypeOpenAI},