mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
Tell o1 & o3-mini to use markdown
This commit is contained in:
parent
21e96df85a
commit
cf0710225c
3 changed files with 14 additions and 0 deletions
|
@ -1077,6 +1077,10 @@ class Coder:
|
|||
shell_cmd_reminder=shell_cmd_reminder,
|
||||
language=language,
|
||||
)
|
||||
|
||||
if self.main_model.system_prompt_prefix:
|
||||
prompt = self.main_model.system_prompt_prefix + prompt
|
||||
|
||||
return prompt
|
||||
|
||||
def format_chat_chunks(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue