diff --git a/src/constants/chat.ts b/src/constants/chat.ts index 6867aa9d3..49cbf562a 100644 --- a/src/constants/chat.ts +++ b/src/constants/chat.ts @@ -47,6 +47,7 @@ export const modelMaxToken = { 'gpt-4-32k-0314': 32768, 'gpt-4-32k-0613': 32768, 'gpt-4-1106-preview': 128000, + 'gpt-4-0125-preview': 128000, }; export const modelCost = {