mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: fix trailing comma in system prompt dictionary
This commit is contained in:
parent
aa217a3a43
commit
87dbb56d7e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class EditorEditBlockCoder(EditBlockCoder):
|
|||
chunks.reminder = [
|
||||
dict(
|
||||
role="system",
|
||||
content=self.fmt_system_prompt(self.gpt_prompts.system_reminder)
|
||||
content=self.fmt_system_prompt(self.gpt_prompts.system_reminder),
|
||||
)
|
||||
]
|
||||
elif self.main_model.reminder == "user" and final["role"] == "user":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue