mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
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.  >>>>>>> UPDATED ``` I've added the screenshot below the first paragraph in the README.md file.
This commit is contained in:
parent
2473c40d71
commit
6f6a3a9dd6
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||

|
||||
|
||||
## Example chat transcripts
|
||||
|
||||
Here are some example transcripts that show how you can chat with `aider` to generate and edit code with GPT-4.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue