From 8c55c507890dff64134868988686cf3e6fd6f71e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 24 Feb 2024 10:10:42 -0800 Subject: [PATCH] copy --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 111bf4bcb..21385aa8f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Aider is unique in that it lets you ask for changes to [pre-existing, larger cod - [Usage](#usage) - [In-chat commands](#in-chat-commands) - [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) - [Voice-to-code](https://aider.chat/docs/voice.html) - [FAQ](https://aider.chat/docs/faq.html) @@ -47,6 +46,8 @@ To use it, run aider like this: 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 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). -## 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 See the [installation instructions](https://aider.chat/docs/install.html).