mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
copy
This commit is contained in:
parent
da2a7638ab
commit
6847ce5434
2 changed files with 40 additions and 36 deletions
38
README.md
38
README.md
|
@ -19,10 +19,7 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
See the
|
You can get started quickly like this:
|
||||||
[installation instructions](https://aider.chat/docs/install.html)
|
|
||||||
for more details, but you can
|
|
||||||
get started quickly like this:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ pip install aider-chat
|
$ pip install aider-chat
|
||||||
|
@ -36,6 +33,11 @@ $ export ANTHROPIC_API_KEY=your-key-goes-here
|
||||||
$ aider --opus
|
$ aider --opus
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**See the
|
||||||
|
[installation instructions](https://aider.chat/docs/install.html)
|
||||||
|
and
|
||||||
|
[documentation](https://aider.chat/docs/usage.html)
|
||||||
|
for more details.**
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -59,6 +61,20 @@ So you can bounce back and forth between aider and your editor, to collaborative
|
||||||
- [Code with your voice](https://aider.chat/docs/voice.html) using speech recognition.
|
- [Code with your voice](https://aider.chat/docs/voice.html) using speech recognition.
|
||||||
|
|
||||||
|
|
||||||
|
## State of the art
|
||||||
|
|
||||||
|
Aider has the
|
||||||
|
[top score on SWE Bench](https://aider.chat/2024/06/02/main-swe-bench.html).
|
||||||
|
SWE Bench is a challenging software engineering benchmark where aider
|
||||||
|
solved *real* GitHub issues from popular open source
|
||||||
|
projects like django, scikitlearn, matplotlib, etc.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://aider.chat/2024/06/02/main-swe-bench.html">
|
||||||
|
<img src="https://aider.chat/assets/swe_bench.svg" alt="aider swe bench">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- [Installation](https://aider.chat/docs/install.html)
|
- [Installation](https://aider.chat/docs/install.html)
|
||||||
|
@ -71,20 +87,6 @@ So you can bounce back and forth between aider and your editor, to collaborative
|
||||||
- [Blog](https://aider.chat/blog/)
|
- [Blog](https://aider.chat/blog/)
|
||||||
|
|
||||||
|
|
||||||
## State of the art
|
|
||||||
|
|
||||||
Aider has the
|
|
||||||
[highest score on SWE Bench](https://aider.chat/2024/06/02/main-swe-bench.html),
|
|
||||||
a challenging software engineering benchmark where aider
|
|
||||||
solves GitHub issues.
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://aider.chat/2024/06/02/main-swe-bench.html">
|
|
||||||
<img src="https://aider.chat/assets/swe_bench.svg" alt="aider swe bench">
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
## Kind words from users
|
## Kind words from users
|
||||||
|
|
||||||
- *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)
|
- *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)
|
||||||
|
|
|
@ -27,10 +27,7 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
See the
|
You can get started quickly like this:
|
||||||
[installation instructions](https://aider.chat/docs/install.html)
|
|
||||||
for more details, but you can
|
|
||||||
get started quickly like this:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ pip install aider-chat
|
$ pip install aider-chat
|
||||||
|
@ -44,6 +41,11 @@ $ export ANTHROPIC_API_KEY=your-key-goes-here
|
||||||
$ aider --opus
|
$ aider --opus
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**See the
|
||||||
|
[installation instructions](https://aider.chat/docs/install.html)
|
||||||
|
and
|
||||||
|
[documentation](https://aider.chat/docs/usage.html)
|
||||||
|
for more details.**
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -67,6 +69,20 @@ So you can bounce back and forth between aider and your editor, to collaborative
|
||||||
- [Code with your voice](https://aider.chat/docs/voice.html) using speech recognition.
|
- [Code with your voice](https://aider.chat/docs/voice.html) using speech recognition.
|
||||||
|
|
||||||
|
|
||||||
|
## State of the art
|
||||||
|
|
||||||
|
Aider has the
|
||||||
|
[top score on SWE Bench](https://aider.chat/2024/06/02/main-swe-bench.html).
|
||||||
|
SWE Bench is a challenging software engineering benchmark where aider
|
||||||
|
solved *real* GitHub issues from popular open source
|
||||||
|
projects like django, scikitlearn, matplotlib, etc.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://aider.chat/2024/06/02/main-swe-bench.html">
|
||||||
|
<img src="https://aider.chat/assets/swe_bench.svg" alt="aider swe bench">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- [Installation](https://aider.chat/docs/install.html)
|
- [Installation](https://aider.chat/docs/install.html)
|
||||||
|
@ -79,20 +95,6 @@ So you can bounce back and forth between aider and your editor, to collaborative
|
||||||
- [Blog](https://aider.chat/blog/)
|
- [Blog](https://aider.chat/blog/)
|
||||||
|
|
||||||
|
|
||||||
## State of the art
|
|
||||||
|
|
||||||
Aider has the
|
|
||||||
[highest score on SWE Bench](https://aider.chat/2024/06/02/main-swe-bench.html),
|
|
||||||
a challenging software engineering benchmark where aider
|
|
||||||
solves GitHub issues.
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://aider.chat/2024/06/02/main-swe-bench.html">
|
|
||||||
<img src="https://aider.chat/assets/swe_bench.svg" alt="aider swe bench">
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
## Kind words from users
|
## Kind words from users
|
||||||
|
|
||||||
- *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)
|
- *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue