This commit is contained in:
Paul Gauthier 2025-03-19 18:07:56 -07:00
parent 318027d9e1
commit acf8b40a28

View file

@ -28,7 +28,11 @@
<div class="hero-grid"> <div class="hero-grid">
<div class="hero-content"> <div class="hero-content">
<h1>AI pair programming in your terminal</h1> <h1>AI pair programming in your terminal</h1>
<p>Aider lets you pair program with LLMs, to edit your local code base. Start a new project or work with existing code.</p> <p>
Aider lets you pair program with LLMs to start
a new project or build on your existing
codebase.
</p>
<div class="buttons"> <div class="buttons">
<a href="#getting-started" class="btn btn-primary">Get Started</a> <a href="#getting-started" class="btn btn-primary">Get Started</a>
@ -78,16 +82,21 @@
<a href="https://aider.chat/docs/llms.html" class="feature-card"> <a href="https://aider.chat/docs/llms.html" class="feature-card">
<div class="feature-card-header"> <div class="feature-card-header">
<div class="feature-icon">🧠</div> <div class="feature-icon">🧠</div>
<h3 class="feature-title">Works with most LLMs</h3> <h3 class="feature-title">
Cloud and local LLMs
</h3>
</div> </div>
<p>Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.</p> <p>Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.</p>
</a> </a>
<a href="https://aider.chat/docs/repomap.html" class="feature-card"> <a href="https://aider.chat/docs/repomap.html" class="feature-card">
<div class="feature-card-header"> <div class="feature-card-header">
<div class="feature-icon">🗺️</div> <div class="feature-icon">🗺️</div>
<h3 class="feature-title">Maps your code base</h3> <h3 class="feature-title">Maps your codebase</h3>
</div> </div>
<p>Aider makes a map of your entire git repo, which helps it work well in larger codebases.</p> <p>
Aider makes a map of your entire codebase,
which helps it work well in larger projects.
</p>
</a> </a>
<a href="https://aider.chat/docs/languages.html" class="feature-card"> <a href="https://aider.chat/docs/languages.html" class="feature-card">
<div class="feature-card-header"> <div class="feature-card-header">
@ -104,7 +113,8 @@
<p> <p>
Aider automatically commits changes with Aider automatically commits changes with
sensible commit messages. sensible commit messages.
Easily diff, manage and undo AI changes. Use familiar git tools to easily
diff, manage and undo AI changes.
</p> </p>
</a> </a>
<a href="https://aider.chat/docs/usage/watch.html" class="feature-card"> <a href="https://aider.chat/docs/usage/watch.html" class="feature-card">
@ -143,7 +153,7 @@
<pre>python -m pip install aider-install <pre>python -m pip install aider-install
aider-install aider-install
# Change directory into your code base # Change directory into your codebase
cd /to/your/project cd /to/your/project
# Work with DeepSeek via DeepSeek's API # Work with DeepSeek via DeepSeek's API