This commit is contained in:
archer
2023-06-25 20:38:49 +08:00
parent a9d258d992
commit a4744dd78f
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ export const ChatModelMap = {
contextMaxToken: 8000,
systemMaxToken: 4000,
maxTemperature: 1.2,
price: 10
price: 45
},
[OpenAiChatEnum.GPT432k]: {
chatModel: OpenAiChatEnum.GPT432k,