mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
updated readme
This commit is contained in:
parent
4aa46c2714
commit
f2dcfe3723
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
Aider is a command-line tool that allows you to chat with GPT about your code.
|
||||
It can make changes, improvements, and bug fixes to your code with the assistance of GPT.
|
||||
Each change is automatically committed to git with a sensible commit message.
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -12,12 +13,14 @@ It can make changes, improvements, and bug fixes to your code with the assistanc
|
|||
* Live, colorized, human friendly output
|
||||
* Can make coordinated changes across multiple source files
|
||||
* Readline style chat input history, with autocompletion of tokens found in source files being discussed
|
||||
* Use Control-C to safely interrupt GPT if it isn't providing a useful response
|
||||
* Aider will notice if asked to discuss files with uncommitted changes and offer to commit them before proceeding
|
||||
|
||||
## Installation
|
||||
|
||||
1. Clone the repository.
|
||||
2. Install the required packages using `pip install -r requirements.txt`.
|
||||
3. Set up your OpenAI API key as an environment variable `OPENAI_API_KEY`.
|
||||
3. Set up your OpenAI API key as an environment variable `OPENAI_API_KEY` or by including it in a `.env` file.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue