mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
Fix bug when gpt35 can not make a dirty commit message
This commit is contained in:
parent
39d24d9e24
commit
131245fa64
1 changed files with 3 additions and 0 deletions
|
@ -717,6 +717,9 @@ class Coder:
|
|||
else:
|
||||
commit_message = self.get_commit_message(diffs, context)
|
||||
|
||||
if not commit_message:
|
||||
commit_message = "work in progress"
|
||||
|
||||
if prefix:
|
||||
commit_message = prefix + commit_message
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue