chore(commitgpt): обновлены настройки модели
This commit is contained in:
+10
-8
@@ -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
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"model": "text-davinci-003",
|
||||
"model": "gpt-3.5-turbo-instruct",
|
||||
"temperature": 0.5,
|
||||
"maxTokens": 2048
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user