From 7237d98c8212b1d2164d2cccbfb96cf1e6f8c1fb Mon Sep 17 00:00:00 2001 From: Alex Ant Date: Wed, 10 Jul 2024 12:51:25 +0500 Subject: [PATCH] =?UTF-8?q?chore(commitgpt):=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BD=D0=B0=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .commitgpt-template | 18 ++++++++++-------- .commitgpt.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.commitgpt-template b/.commitgpt-template index bfc7bb1e58c..9bb3164b568 100644 --- a/.commitgpt-template +++ b/.commitgpt-template @@ -1,9 +1,11 @@ -suggest 10 commit messages based on the following diff: -{{diff}} -commit messages should: - - follow conventional commits - - message format should be: [scope]: +Предложи 10 сообщений о коммите, основанных на следующем diff: {{diff}} + +Сообщениях о коммитах должны: + +- следовать conventional commits +- формат сообщения должен быть: [scope]: + +примеры: + - fix(authentication): добавлен regex для пароля + - feat(storage): добавлены новые тесты -examples: - - fix(authentication): add password regex pattern - - feat(storage): add new test cases diff --git a/.commitgpt.json b/.commitgpt.json index a8eb5605f60..1225afcca04 100644 --- a/.commitgpt.json +++ b/.commitgpt.json @@ -1,5 +1,5 @@ { - "model": "text-davinci-003", + "model": "gpt-3.5-turbo-instruct", "temperature": 0.5, "maxTokens": 2048 }