Tell o1 & o3-mini to use markdown

This commit is contained in:
Paul Gauthier 2025-02-06 15:32:21 -08:00
parent 21e96df85a
commit cf0710225c
3 changed files with 14 additions and 0 deletions

View file

@ -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):