This commit is contained in:
Paul Gauthier 2024-07-06 21:16:56 -03:00
parent df55f8c814
commit f7a88d4035
7 changed files with 37 additions and 16 deletions

View file

@ -6,8 +6,14 @@
Aider lets you pair program with LLMs,
to edit code in your local git repository.
Start a new project or work with an existing git repo.
Aider can [connect to almost any LLM](https://aider.chat/docs/llms.html).
and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder V2.
<!--[[[cog
# 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">
<img
@ -27,7 +33,7 @@ and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder
## Getting started
<!--[[[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
cog.out(open("aider/website/_includes/get-started.md").read())
]]]-->