mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
code font size and copy
This commit is contained in:
parent
b7e025898d
commit
09a4088e7f
3 changed files with 18 additions and 17 deletions
14
README.md
14
README.md
|
@ -2,15 +2,13 @@
|
|||
|
||||
# Aider is AI pair programming in your terminal
|
||||
|
||||
Aider is a command line tool that lets you pair program with LLMs,
|
||||
to edit code stored in your local git repository.
|
||||
Aider will directly edit the code in your local source files,
|
||||
and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git)
|
||||
with sensible commit messages.
|
||||
You can start a new project or work with an existing git repo.
|
||||
Aider is unique in that it lets you ask for changes to [pre-existing, larger codebases](https://aider.chat/docs/repomap.html).
|
||||
Aider lets you pair program with LLMs,
|
||||
to edit code in your local git repository.
|
||||
Aider edits the code in your local source files,
|
||||
and [git commits the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git).
|
||||
Start a new project or work with an existing git repo.
|
||||
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).
|
||||
and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
||||
|
||||
<p align="center">
|
||||
<img src="website/assets/screencast.svg" alt="aider screencast">
|
||||
|
|
|
@ -93,3 +93,9 @@
|
|||
position: relative;
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
|
||||
.chat-transcript,
|
||||
div.highlighter-rouge pre.highlight, div.highlighter-rouge code {
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
|
|
@ -3,18 +3,15 @@ title: Home
|
|||
nav_order: 1
|
||||
---
|
||||
|
||||
|
||||
# Aider is AI pair programming in your terminal
|
||||
|
||||
Aider is a command line tool that lets you pair program with LLMs,
|
||||
to edit code stored in your local git repository.
|
||||
Aider will directly edit the code in your local source files,
|
||||
and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git)
|
||||
with sensible commit messages.
|
||||
You can start a new project or work with an existing git repo.
|
||||
Aider is unique in that it lets you ask for changes to [pre-existing, larger codebases](https://aider.chat/docs/repomap.html).
|
||||
Aider lets you pair program with LLMs,
|
||||
to edit code in your local git repository.
|
||||
Aider edits the code in your local source files,
|
||||
and [git commits the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git).
|
||||
Start a new project or work with an existing git repo.
|
||||
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).
|
||||
and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
||||
|
||||
<p align="center">
|
||||
<img src="assets/screencast.svg" alt="aider screencast">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue