docs: update model references to Claude 3.7 Sonnet and o3-mini throughout documentation

This commit is contained in:
mrT23
2025-03-05 08:16:09 +02:00
parent f32163d57c
commit a33bee5805
9 changed files with 36 additions and 33 deletions

View File

@ -445,7 +445,7 @@ Note: Chunking is primarily relevant for large PRs. For most PRs (up to 500 line
## A note on code suggestions quality
- AI models for code are getting better and better (Sonnet-3.5 and GPT-4), but they are not flawless. Not all the suggestions will be perfect, and a user should not accept all of them automatically. Critical reading and judgment are required.
- AI models for code are getting better and better, but they are not flawless. Not all the suggestions will be perfect, and a user should not accept all of them automatically. Critical reading and judgment are required.
- While mistakes of the AI are rare but can happen, a real benefit from the suggestions of the `improve` (and [`review`](https://qodo-merge-docs.qodo.ai/tools/review/)) tool is to catch, with high probability, **mistakes or bugs done by the PR author**, when they happen. So, it's a good practice to spend the needed ~30-60 seconds to review the suggestions, even if not all of them are always relevant.
- The hierarchical structure of the suggestions is designed to help the user to _quickly_ understand them, and to decide which ones are relevant and which are not: