From 83fca61db900e6d5f099bdace28aec1c45c38210 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Thu, 12 Oct 2023 15:40:41 +0200 Subject: [PATCH] better prompt --- .github/workflows/chatgpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chatgpt.yml b/.github/workflows/chatgpt.yml index bafa952b9..96f183e3b 100644 --- a/.github/workflows/chatgpt.yml +++ b/.github/workflows/chatgpt.yml @@ -17,7 +17,7 @@ jobs: LANGUAGE: English OPENAI_API_ENDPOINT: https://api.openai.com/v1 MODEL: gpt-3.5-turbo # https://platform.openai.com/docs/models - PROMPT: "Please review the following Pull Request for coding standards violations, logical errors, or areas for improvement. If no issues are found, simply respond with 'No suggestions, the PR is good.'" + PROMPT: "Please conduct a thorough review of the following Pull Request. Highlight any coding standards violations, logical errors, or areas for improvement. If the Pull Request adheres to all guidelines and best practices, simply respond with 'No suggestions, the PR is good.'" top_p: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-top_p temperature: 0.2 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature max_tokens: 2000