From 414b6a3b3e2e09e16760239089741f8bd7d7727e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 4 Jun 2023 09:49:49 -0700 Subject: [PATCH] noop --- aider/prompts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aider/prompts.py b/aider/prompts.py index 60d52298d..b240e1435 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -14,10 +14,10 @@ Once you understand the request you MUST: system_reminder = """When you reply with new copies of files, use the format below. -exact/path/to/filename.py -```python -file content goes in the -triple backticked fenced block +exact/path/to/filename.js +```javascript +// file content goes in the +// triple backticked fenced block ``` """