diff --git a/src/review/constants.ts b/src/review/constants.ts index 231e5805..916efd83 100644 --- a/src/review/constants.ts +++ b/src/review/constants.ts @@ -6,6 +6,10 @@ export const modelInfo = [ model: 'o3-mini', maxPromptLength: 300000, //100k tokens }, + { + model: 'o1', + maxPromptLength: 300000, //100k tokens + }, { model: 'gpt-4o-mini', maxPromptLength: 300000, //128k tokens