From 6f6a3a9dd6f4263194bd3ba9998a9ef77167a744 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 14 May 2023 21:26:04 -0700 Subject: [PATCH] aider: Added screenshot to README.md. # Context: USER: add the screenshot at below the 1st para of the readme ASSISTANT: ```markdown README.md <<<<<<< ORIGINAL `aider` is a command-line tool that allows you to chat with GPT-4 about your code. Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files. Each change is automatically committed to git with a descriptive commit message. ======= `aider` is a command-line tool that allows you to chat with GPT-4 about your code. Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files. Each change is automatically committed to git with a descriptive commit message. ![aider screenshot](screenshot.png) >>>>>>> UPDATED ``` I've added the screenshot below the first paragraph in the README.md file. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb23a51b6..85c487759 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files. Each change is automatically committed to git with a descriptive commit message. +![aider screenshot](screenshot.png) + ## Example chat transcripts Here are some example transcripts that show how you can chat with `aider` to generate and edit code with GPT-4.