mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
prompt tweaks, retry on httpx.ReadTimeout
This commit is contained in:
parent
3171789b1f
commit
1098b428e6
3 changed files with 3 additions and 2 deletions
|
@ -432,7 +432,7 @@ class Coder:
|
|||
if self.abs_fnames:
|
||||
files_content = self.gpt_prompts.files_content_prefix
|
||||
files_content += self.get_files_content()
|
||||
files_reply = "Ok, I will propose edits to those files to complete your request."
|
||||
files_reply = "Ok, any changes I propose will be to those files."
|
||||
else:
|
||||
files_content = self.gpt_prompts.files_no_full_files
|
||||
files_reply = "Ok."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue