mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 09:05:00 +00:00
Added --opus
This commit is contained in:
parent
3e153cc7fa
commit
93bd187bf3
4 changed files with 15 additions and 19 deletions
|
@ -1,13 +1,15 @@
|
|||
|
||||
# aider is AI pair programming in your terminal
|
||||
|
||||
Aider is a command line tool that lets you pair program with GPT-3.5/GPT-4,
|
||||
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 works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision,
|
||||
Claude 3 Opus and has support for connecting to almost any LLM.
|
||||
|
||||
<p align="center">
|
||||
<img src="assets/screencast.svg" alt="aider screencast">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue