mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
Updated quick start
This commit is contained in:
parent
358a1e3a2f
commit
8ebf7cd131
4 changed files with 19 additions and 39 deletions
14
README.md
14
README.md
|
@ -25,19 +25,7 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
You can get started quickly like this:
|
{% include get-started.md %}
|
||||||
|
|
||||||
```
|
|
||||||
$ pip install aider-chat
|
|
||||||
|
|
||||||
# To work with GPT-4o
|
|
||||||
$ export OPENAI_API_KEY=your-key-goes-here
|
|
||||||
$ aider
|
|
||||||
|
|
||||||
# To work with Claude 3 Opus:
|
|
||||||
$ export ANTHROPIC_API_KEY=your-key-goes-here
|
|
||||||
$ aider --opus
|
|
||||||
```
|
|
||||||
|
|
||||||
**See the
|
**See the
|
||||||
[installation instructions](https://aider.chat/docs/install.html)
|
[installation instructions](https://aider.chat/docs/install.html)
|
||||||
|
|
16
website/_includes/get-started.md
Normal file
16
website/_includes/get-started.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
You can get started quickly like this:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ pip install aider-chat
|
||||||
|
|
||||||
|
# Change directory into a git repo
|
||||||
|
$ cd /to/your/git/repo
|
||||||
|
|
||||||
|
# Work with GPT-4o on your repo
|
||||||
|
$ export OPENAI_API_KEY=your-key-goes-here
|
||||||
|
$ aider
|
||||||
|
|
||||||
|
# Or, work with Claude 3 Opus on your repo
|
||||||
|
$ export ANTHROPIC_API_KEY=your-key-goes-here
|
||||||
|
$ aider --opus
|
||||||
|
```
|
|
@ -7,19 +7,7 @@ description: How to install and get started pair programming with aider.
|
||||||
|
|
||||||
# Quick start
|
# Quick start
|
||||||
|
|
||||||
You can get started quickly like this:
|
{% include get-started.md %}
|
||||||
|
|
||||||
```
|
|
||||||
$ pip install aider-chat
|
|
||||||
|
|
||||||
# To work with GPT-4o
|
|
||||||
$ export OPENAI_API_KEY=your-key-goes-here
|
|
||||||
$ aider
|
|
||||||
|
|
||||||
# To work with Claude 3 Opus:
|
|
||||||
$ export ANTHROPIC_API_KEY=your-key-goes-here
|
|
||||||
$ aider --opus
|
|
||||||
```
|
|
||||||
|
|
||||||
Or see the
|
Or see the
|
||||||
[full installation instructions](/docs/install/install.html)
|
[full installation instructions](/docs/install/install.html)
|
||||||
|
|
|
@ -33,19 +33,7 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
You can get started quickly like this:
|
{% include get-started.md %}
|
||||||
|
|
||||||
```
|
|
||||||
$ pip install aider-chat
|
|
||||||
|
|
||||||
# To work with GPT-4o
|
|
||||||
$ export OPENAI_API_KEY=your-key-goes-here
|
|
||||||
$ aider
|
|
||||||
|
|
||||||
# To work with Claude 3 Opus:
|
|
||||||
$ export ANTHROPIC_API_KEY=your-key-goes-here
|
|
||||||
$ aider --opus
|
|
||||||
```
|
|
||||||
|
|
||||||
**See the
|
**See the
|
||||||
[installation instructions](https://aider.chat/docs/install.html)
|
[installation instructions](https://aider.chat/docs/install.html)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue