From 985b4f05cf90556babebc7b06d3427e45ea2e50b Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 19 May 2024 12:37:06 +0300 Subject: [PATCH] Refactor model selection logic for PR tools and update turbo model to gpt-4o --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 401b87af..85d0c8fc 100644 --- a/README.md +++ b/README.md @@ -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-turbo-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 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. ### 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,