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:
Andrew Grigorev 2025-04-20 22:38:25 +03:00
parent 20a29e5cd1
commit 5724b5cac1

View file

@ -25,7 +25,7 @@ Once you understand the request you MUST:
End your reply and wait for their approval.
You can keep asking if you then decide you need to edit more files.
2. Think stepbystep 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.