From 8d90d3d4fc13cecea6a36d86b0494b9d47c8c2e4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 9 May 2023 15:55:03 -0700 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42e4efd2d..96aac6719 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ You can also use additional command-line options to customize the behavior of th ## Tips * Large changes are best performed as a sequence of bite sized steps. Same as if you were undertaking them yourself. +* If your code is throwing an error, paste it into aider with the stack trace and let GPT fix the bug. * GPT-4 knows about a lot of standard tools and libraries, but may get some of the fine details wrong about APIs. You can paste doc snippets into the chat with the `{}` multiline syntax described below. * Use Control-C to safely interrupt GPT if it isn't providing a useful response. The partial response remains in the conversation, so you can refer to it when you reply with more information or direction. * Provide a multiline chat message by entering `{` alone on the first line. End the multiline message with `}` alone on the last line.