Skip to content

Commit

Permalink
add support for gpt-4o-mini (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
thxmxx authored Jul 20, 2024
1 parent abb91ec commit a2bc813
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/code-review-gpt/src/review/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ export const signOff =
"#### Powered by [Code Review GPT](https://github.com/mattzcarey/code-review-gpt)";

export const modelInfo = [
{
model: "gpt-4o-mini",
maxPromptLength: 300000, //128k tokens
},
{
model: "gpt-4o",
maxPromptLength: 300000, //128k tokens
Expand Down

0 comments on commit a2bc813

Please sign in to comment.