Skip to content

Commit

Permalink
Add the missing o1 model, cc mattzcarey#353 mattzcarey#385
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Feb 23, 2025
1 parent 5d0c096 commit 9437be4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/review/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9437be4

Please sign in to comment.