From cf266b4bf2dd3059266ae67d90e2a2314fcadb00 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:11:59 -0700 Subject: [PATCH] Update llms.md --- docs/llms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llms.md b/docs/llms.md index 3bb534218..3e243d028 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -29,7 +29,7 @@ via the `--openai-api-key` command line switch. Aider has some built in shortcuts for the most popular OpenAI models and has been tested and benchmarked to work well with them: -- GPT-4 Turbo: run `aider` with no args uses GPT-4 Turbo by default. +- GPT-4 Turbo: running `aider` with no arguments uses GPT-4 Turbo by default. - GPT-4 Turbo with Vision: run `aider --4-turbo-vision` to use this vision capable model, allowing you to share images with GPT by adding them to the chat with `/add` or by naming them on the command line. - GPT-3.5 Turbo: Run `aider --35-turbo`.