Skip to content

Commit

Permalink
Refactor model selection logic for PR tools and update turbo model to…
Browse files Browse the repository at this point in the history
… gpt-4o
  • Loading branch information
mrT23 committed May 19, 2024
1 parent 985b4f0 commit c3dca2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CodiumAI PR-Agent aims to help efficiently review and handle pull requests, by p
## News and Updates

### May 19, 2024
GPT-4o is now the default fast model ("Turbo"). This model will be used for all command except `review` and `improve`, which will still use "GPT-4-2024-04-09", since they are harder and would still benefit from the larger model.
GPT-4o is now the default fast model ("Turbo"). This model will be used for all commands except `review` and `improve`, which will still use "GPT-4-2024-04-09", since they are harder and would still benefit from the larger model.

### May 12, 2024
Inspired by [AlphaCodium](https://github.com/Codium-ai/AlphaCodium) flow engineering scheme, PR-Agent now performs **self-reflection** on the code suggestions it provides,
Expand Down

0 comments on commit c3dca2e

Please sign in to comment.