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 }