mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
df55f8c814
commit
f7a88d4035
7 changed files with 37 additions and 16 deletions
12
README.md
12
README.md
|
@ -6,8 +6,14 @@
|
||||||
Aider lets you pair program with LLMs,
|
Aider lets you pair program with LLMs,
|
||||||
to edit code in your local git repository.
|
to edit code in your local git repository.
|
||||||
Start a new project or work with an existing git repo.
|
Start a new project or work with an existing git repo.
|
||||||
Aider can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
<!--[[[cog
|
||||||
and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder V2.
|
# We can't "include" here.
|
||||||
|
# Because this page is rendered by GitHub as the repo README
|
||||||
|
cog.out(open("aider/website/_includes/works-best.md").read())
|
||||||
|
]]]-->
|
||||||
|
Aider works best with GPT-4o & Claude 3.5 Sonnet and can
|
||||||
|
[connect to almost any LLM](https://aider.chat/docs/llms.html).
|
||||||
|
<!--[[[end]]]-->
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img
|
<img
|
||||||
|
@ -27,7 +33,7 @@ and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
<!--[[[cog
|
<!--[[[cog
|
||||||
# We can't do this here: {% include get-started.md %}
|
# We can't "include" here.
|
||||||
# Because this page is rendered by GitHub as the repo README
|
# Because this page is rendered by GitHub as the repo README
|
||||||
cog.out(open("aider/website/_includes/get-started.md").read())
|
cog.out(open("aider/website/_includes/get-started.md").read())
|
||||||
]]]-->
|
]]]-->
|
||||||
|
|
|
@ -20,3 +20,5 @@ Models: gpt-4o with diff edit format, weak model gpt-3.5-turbo
|
||||||
Git repo: .git with 243 files
|
Git repo: .git with 243 files
|
||||||
Repo-map: using 1024 tokens
|
Repo-map: using 1024 tokens
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{% include help-tip.md %}
|
||||||
|
|
|
@ -62,7 +62,7 @@ once for your whole system.
|
||||||
|
|
||||||
## Working with other LLMs
|
## Working with other LLMs
|
||||||
|
|
||||||
Aider works well with GPT-4o, Claude 3 Opus, GPT-3.5 and supports [connecting to almost any LLM](https://aider.chat/docs/llms.html).
|
{% include works-best.md %}
|
||||||
|
|
||||||
## You are done!
|
## You are done!
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,3 @@ description: How to troubleshoot problems with aider and get help.
|
||||||
Below are some approaches for troubleshooting problems with aider.
|
Below are some approaches for troubleshooting problems with aider.
|
||||||
|
|
||||||
{% include help.md %}
|
{% include help.md %}
|
||||||
|
|
||||||
{% include help-tip.md %}
|
|
||||||
|
|
|
@ -84,3 +84,7 @@ For serving local models,
|
||||||
Try using aider without an API proxy server
|
Try using aider without an API proxy server
|
||||||
or directly with one of the recommended cloud APIs
|
or directly with one of the recommended cloud APIs
|
||||||
and see if your token limit problems resolve.
|
and see if your token limit problems resolve.
|
||||||
|
|
||||||
|
## More help
|
||||||
|
|
||||||
|
{% include help.md %}
|
||||||
|
|
|
@ -65,14 +65,19 @@ relevant context from the rest of your repo.
|
||||||
|
|
||||||
## LLMs
|
## LLMs
|
||||||
|
|
||||||
Aider uses GPT-4o by default, but you can
|
{% include works-best.md %}
|
||||||
[connect to many different LLMs](/docs/llms.html).
|
|
||||||
Claude 3.5 Sonnet also works very well with aider,
|
|
||||||
which you can use by running `aider --sonnet`.
|
|
||||||
|
|
||||||
You can run `aider --model XXX` to launch aider with
|
```
|
||||||
a specific model.
|
# GPT-4o
|
||||||
Or, during your chat you can switch models with the in-chat
|
$ aider --4o
|
||||||
|
|
||||||
|
# Claude 3.5 Sonnet
|
||||||
|
$ auder --sonnet
|
||||||
|
```
|
||||||
|
|
||||||
|
Or you can run `aider --model XXX` to launch aider with
|
||||||
|
another model.
|
||||||
|
During your chat you can switch models with the in-chat
|
||||||
`/model` command.
|
`/model` command.
|
||||||
|
|
||||||
## Making changes
|
## Making changes
|
||||||
|
|
|
@ -20,8 +20,14 @@ cog.out(text)
|
||||||
Aider lets you pair program with LLMs,
|
Aider lets you pair program with LLMs,
|
||||||
to edit code in your local git repository.
|
to edit code in your local git repository.
|
||||||
Start a new project or work with an existing git repo.
|
Start a new project or work with an existing git repo.
|
||||||
Aider can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
<!-- NOOP
|
||||||
and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder V2.
|
# We can't "include" here.
|
||||||
|
# Because this page is rendered by GitHub as the repo README
|
||||||
|
cog.out(open("aider/website/_includes/works-best.md").read())
|
||||||
|
-->
|
||||||
|
Aider works best with GPT-4o & Claude 3.5 Sonnet and can
|
||||||
|
[connect to almost any LLM](https://aider.chat/docs/llms.html).
|
||||||
|
<!-- NOOP -->
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img
|
<img
|
||||||
|
@ -41,7 +47,7 @@ and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
<!-- NOOP
|
<!-- NOOP
|
||||||
# We can't do this here: {% include get-started.md %}
|
# We can't "include" here.
|
||||||
# Because this page is rendered by GitHub as the repo README
|
# Because this page is rendered by GitHub as the repo README
|
||||||
cog.out(open("aider/website/_includes/get-started.md").read())
|
cog.out(open("aider/website/_includes/get-started.md").read())
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue