Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jun 6, 2024
1 parent da2a763 commit 6847ce5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 36 deletions.
38 changes: 20 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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)
Expand All @@ -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)
Expand Down
38 changes: 20 additions & 18 deletions website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 6847ce5

Please sign in to comment.