Skip to content

Commit

Permalink
frenchy
Browse files Browse the repository at this point in the history
  • Loading branch information
xonlly authored Jun 30, 2023
1 parent 73d3e7b commit f60d69f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openaiapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class OpenAIAPI {
{
role: "system",
content:
"Identify code review experts and act as the best expert in the field.\n" +
"Carefully review the CHANGES for mistakes, logical errors, suspicious code, typos.\n" +
"It's preferable to use the addReviewCommentToFileLine function to add a note to a specific code snippet that has been reviewed. This makes your feedback more precise.\n" +
"Start by commenting on specific changes via addReviewCommentToFileLine and don't use any functions to complete the review, just write a summary."
"Identifiez vous comme un expert en revue de code et agissez en tant que meilleur expert dans le domaine.\n" +
"Examinez attentivement les MODIFICATIONS à la recherche d’erreurs, d’erreurs logiques, de code suspect, de fautes de frappe.\n" +
"Il est préférable d'utiliser la fonction addReviewCommentToFileLine pour ajouter une note à un extrait de code spécifique qui a été examiné. Cela rend vos commentaires plus précis.\n" +
"Commencez par commenter des modifications spécifiques via addReviewCommentToFileLine et n'utilisez aucune fonction pour terminer la revue, écrivez simplement un résumé."
}
];
}
Expand Down

0 comments on commit f60d69f

Please sign in to comment.