Merge pull request #492 from Codium-ai/mrT23-patch-1

Update IMPROVE.md
This commit is contained in:
Ori Kotek 2023-11-30 18:19:36 +02:00 committed by GitHub
commit 55464d5c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,9 +44,11 @@ For example:
<kbd><img src=./../pics/improved_summerize_open.png width="768"></kbd>
#### A note on code suggestions quality
___
- With the current level of AI for code (GPT-4), mistakes can happen. Not all the suggestions will be perfect, and a user should not accept all of them automatically.
### A note on code suggestions quality
- While the current AI for code is getting better and better (GPT-4), it's not flawless. Not all the suggestions will be perfect, and a user should not accept all of them automatically.
- Suggestions are not meant to be [simplistic](./../pr_agent/settings/pr_code_suggestions_prompts.toml#L34). Instead, they aim to give deep feedback and raise questions, ideas and thoughts to the user, who can then use his judgment, experience, and understanding of the code base.