From eea86ef4f6849fe956a82db14ee623a777d35d32 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 13 May 2024 11:05:05 -0700 Subject: [PATCH] copy --- docs/llms.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/llms.md b/docs/llms.md index e94032e3f..80e9362e9 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -5,7 +5,7 @@ ## Best models -**Aider works best with [GPT-4 Turbo](#openai) and [Claude 3 Opus](#anthropic),** +**Aider works best with [GPT-4o](#openai) and [Claude 3 Opus](#anthropic),** as they are the very best models for editing code. ## Free models @@ -76,12 +76,9 @@ pip install aider-chat export OPENAI_API_KEY= # Mac/Linux setx OPENAI_API_KEY # Windows -# GPT-4o is used by default +# GPT-4o is the best model, used by default aider -# GPT-4 Turbo with Vision -aider --4-turbo-vision - # GPT-3.5 Turbo aider --35-turbo