mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
copy
This commit is contained in:
parent
a9fe4532c7
commit
8c55c50789
1 changed files with 2 additions and 12 deletions
14
README.md
14
README.md
|
@ -25,7 +25,6 @@ Aider is unique in that it lets you ask for changes to [pre-existing, larger cod
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [In-chat commands](#in-chat-commands)
|
- [In-chat commands](#in-chat-commands)
|
||||||
- [Tips](#tips)
|
- [Tips](#tips)
|
||||||
- [GPT-4 vs GPT-3.5](https://aider.chat/docs/faq.html#gpt-4-vs-gpt-35)
|
|
||||||
- [Installation](https://aider.chat/docs/install.html)
|
- [Installation](https://aider.chat/docs/install.html)
|
||||||
- [Voice-to-code](https://aider.chat/docs/voice.html)
|
- [Voice-to-code](https://aider.chat/docs/voice.html)
|
||||||
- [FAQ](https://aider.chat/docs/faq.html)
|
- [FAQ](https://aider.chat/docs/faq.html)
|
||||||
|
@ -47,6 +46,8 @@ To use it, run aider like this:
|
||||||
aider --4turbo
|
aider --4turbo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For more discussion about the [different OpenAI models see the FAQ](https://aider.chat/docs/faq.html#gpt-4-vs-gpt-35).
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
See the
|
See the
|
||||||
|
@ -161,17 +162,6 @@ Aider has some ability to help GPT figure out which files to edit all by itself,
|
||||||
* I also shared some general [GPT coding tips on Hacker News](https://news.ycombinator.com/item?id=36211879).
|
* I also shared some general [GPT coding tips on Hacker News](https://news.ycombinator.com/item?id=36211879).
|
||||||
|
|
||||||
|
|
||||||
## GPT-4 vs GPT-3.5
|
|
||||||
|
|
||||||
Aider supports all of OpenAI's chat models.
|
|
||||||
You can choose a model with the `--model` command line argument.
|
|
||||||
|
|
||||||
You should probably use GPT-4 if you can. For more details see the
|
|
||||||
[FAQ entry that compares GPT-4 vs GPT-3.5](https://aider.chat/docs/faq.html#gpt-4-vs-gpt-35).
|
|
||||||
|
|
||||||
For a discussion of using other non-OpenAI models, see the
|
|
||||||
[FAQ about other LLMs](https://aider.chat/docs/faq.html#can-i-use-aider-with-other-llms-local-llms-etc).
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
See the [installation instructions](https://aider.chat/docs/install.html).
|
See the [installation instructions](https://aider.chat/docs/install.html).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue