Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jun 5, 2024
1 parent 0effca7 commit 066325d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 20 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@


# Aider is AI pair programming in your terminal

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 can [connect to almost any LLM](https://aider.chat/docs/llms.html).

<p align="center">
<img src="website/assets/screencast.svg" alt="aider screencast">
<img src="assets/screencast.svg" alt="aider screencast">
</p>

<p align="center">
Expand Down
Empty file.
22 changes: 8 additions & 14 deletions website/docs/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ nav_order: 70
---

# Aider can connect to most LLMs
{: .no_toc }

[![connecting to many LLMs](/assets/llms.jpg)](https://aider.chat/assets/llms.jpg)

## Best models
{: .no_toc }

**Aider works best with [GPT-4o](#openai) and [Claude 3 Opus](#anthropic),**
as they are the very best models for editing code.

## Free models
{: .no_toc }

Aider works with a number of **free** API providers:

Expand All @@ -23,13 +26,15 @@ code editing capabilities similar to GPT-3.5.
- Cohere also offers free API access to their [Command-R+ model](#cohere), which works with aider as a *very basic* coding assistant.

## Local models
{: .no_toc }

Aider can work also with local models, for example using [Ollama](#ollama).
It can also access
local models that provide an
[Open AI compatible API](#openai-compatible-apis).

## Use a capable model
{: .no_toc }

Check
[Aider's LLM leaderboards](https://aider.chat/docs/leaderboards/)
Expand All @@ -43,21 +48,10 @@ returning "code edits".
Models weaker than GPT 3.5 may have problems working well with aider.

## Configuring models
{: .no_toc }

- [OpenAI](#openai)
- [Anthropic](#anthropic)
- [Gemini](#gemini)
- [Groq & Llama3](#groq)
- [Cohere](#cohere)
- [Azure](#azure)
- [OpenRouter](#openrouter)
- [Ollama](#ollama)
- [Deepseek](#deepseek)
- [OpenAI compatible APIs](#openai-compatible-apis)
- [Other LLMs](#other-llms)
- [Model warnings](#model-warnings)
- [Editing format](#editing-format)
- [Using a .env file](#using-a-env-file)
- TOC
{:toc}

Aider uses the LiteLLM package to connect to LLM providers.
The [LiteLLM provider docs](https://docs.litellm.ai/docs/providers)
Expand Down
2 changes: 0 additions & 2 deletions website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ nav_order: 1

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 can [connect to almost any LLM](https://aider.chat/docs/llms.html).
Expand Down

0 comments on commit 066325d

Please sign in to comment.