This commit is contained in:
Paul Gauthier 2024-06-06 09:01:06 -07:00
parent da2a7638ab
commit 6847ce5434
2 changed files with 40 additions and 36 deletions

View file

@ -19,10 +19,7 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
## Getting started
See the
[installation instructions](https://aider.chat/docs/install.html)
for more details, but you can
get started quickly like this:
You can get started quickly like this:
```
$ pip install aider-chat
@ -36,6 +33,11 @@ $ export ANTHROPIC_API_KEY=your-key-goes-here
$ aider --opus
```
**See the
[installation instructions](https://aider.chat/docs/install.html)
and
[documentation](https://aider.chat/docs/usage.html)
for more details.**
## 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.
## 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
- [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/)
## 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
- *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)

View file

@ -27,10 +27,7 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
## Getting started
See the
[installation instructions](https://aider.chat/docs/install.html)
for more details, but you can
get started quickly like this:
You can get started quickly like this:
```
$ pip install aider-chat
@ -44,6 +41,11 @@ $ export ANTHROPIC_API_KEY=your-key-goes-here
$ aider --opus
```
**See the
[installation instructions](https://aider.chat/docs/install.html)
and
[documentation](https://aider.chat/docs/usage.html)
for more details.**
## 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.
## 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
- [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/)
## 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
- *The best AI coding assistant so far.* -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)