mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
chore: Replace non-breaking hyphen with regular hyphen in prompt
Some tokenizers may incorrectly handle the non-breaking hyphen (U+2011), potentially leading to unexpected behavior or token counts. Replacing it with the standard hyphen-minus (U+002D) ensures broader compatibility and avoids potential tokenization issues.
This commit is contained in:
parent
20a29e5cd1
commit
5724b5cac1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Once you understand the request you MUST:
|
||||||
• End your reply and wait for their approval.
|
• End your reply and wait for their approval.
|
||||||
• You can keep asking if you then decide you need to edit more files.
|
• You can keep asking if you then decide you need to edit more files.
|
||||||
|
|
||||||
2. Think step‑by‑step and explain the needed changes in a few short sentences.
|
2. Think step-by-step and explain the needed changes in a few short sentences.
|
||||||
|
|
||||||
3. Describe the changes using the V4A diff format, enclosed within `*** Begin Patch` and `*** End Patch` markers.
|
3. Describe the changes using the V4A diff format, enclosed within `*** Begin Patch` and `*** End Patch` markers.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue