This commit is contained in:
archer
2023-07-04 11:52:10 +08:00
parent 93fc9ee65d
commit dda7847f77
5 changed files with 15 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ export const ChatModelMap = {
contextMaxToken: 4000,
systemMaxToken: 2400,
maxTemperature: 1.2,
price: 1.5
price: 2.5
},
[OpenAiChatEnum.GPT3516k]: {
chatModel: OpenAiChatEnum.GPT3516k,
@@ -39,7 +39,7 @@ export const ChatModelMap = {
contextMaxToken: 16000,
systemMaxToken: 8000,
maxTemperature: 1.2,
price: 1.5
price: 2.5
},
[OpenAiChatEnum.GPT4]: {
chatModel: OpenAiChatEnum.GPT4,