chore(commitgpt): обновлены настройки модели

This commit is contained in:
Alex Ant
2024-07-10 12:51:25 +05:00
parent fdf999619d
commit 7237d98c82
2 changed files with 11 additions and 9 deletions
+10 -8
View File
@@ -1,9 +1,11 @@
suggest 10 commit messages based on the following diff:
{{diff}}
commit messages should:
- follow conventional commits
- message format should be: <type>[scope]: <description>
Предложи 10 сообщений о коммите, основанных на следующем diff: {{diff}}
Сообщениях о коммитах должны:
- следовать conventional commits
- формат сообщения должен быть: <type>[scope]: <description>
примеры:
- fix(authentication): добавлен regex для пароля
- feat(storage): добавлены новые тесты
examples:
- fix(authentication): add password regex pattern
- feat(storage): add new test cases
+1 -1
View File
@@ -1,5 +1,5 @@
{
"model": "text-davinci-003",
"model": "gpt-3.5-turbo-instruct",
"temperature": 0.5,
"maxTokens": 2048
}