mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
stop using quad-backticks: LLMs ignore and revert to triple-backtick, causing #2879
This commit is contained in:
parent
10f1fc5e92
commit
3e71c35fdd
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def wrap_fence(name):
|
||||||
|
|
||||||
all_fences = [
|
all_fences = [
|
||||||
("`" * 3, "`" * 3),
|
("`" * 3, "`" * 3),
|
||||||
("`" * 4, "`" * 4),
|
# ("`" * 4, "`" * 4), # LLMs ignore and revert to triple-backtick, causing #2879
|
||||||
wrap_fence("source"),
|
wrap_fence("source"),
|
||||||
wrap_fence("code"),
|
wrap_fence("code"),
|
||||||
wrap_fence("pre"),
|
wrap_fence("pre"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue