diff --git a/README.md b/README.md index 0070ec23b..5fbf8177d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ 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, -and Claude 3 Opus; it also has support for [connecting to almost any LLM](https://aider.chat/docs/llms.html). +and Claude 3 Opus. +It also supports [connecting to almost any LLM](https://aider.chat/docs/llms.html).
@@ -74,7 +75,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa
* Chat with aider about your code by launching `aider` from the command line with set of source files to discuss and edit together. Aider lets the LLM see and edit the content of those files.
* Aider can write and edit code in most popular languages: python, javascript, typescript, php, html, css, etc.
* Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision,
-and Claude 3 Opus; it also has support for [connecting to almost any LLM](https://aider.chat/docs/llms.html).
+and Claude 3 Opus. It also supports [connecting to almost any LLM](https://aider.chat/docs/llms.html).
* Request new features, changes, improvements, or bug fixes to your code. Ask for new test cases, updated documentation or code refactors.
* Aider will apply the edits suggested by the LLM directly to your source files.
* Aider will [automatically commit each changeset to your local git repo](https://aider.chat/docs/faq.html#how-does-aider-use-git) with a descriptive commit message. These frequent, automatic commits provide a safety net. It's easy to undo changes or use standard git workflows to manage longer sequences of changes.
diff --git a/aider/commands.py b/aider/commands.py
index 82fcd1de8..36e5abaea 100644
--- a/aider/commands.py
+++ b/aider/commands.py
@@ -379,7 +379,7 @@ class Commands:
self.io.tool_error(
f"Cannot add image file {matched_file} as the"
f" {self.coder.main_model.name} does not support image.\nYou can run `aider"
- " --4turbo` to use GPT-4 Turbo with Vision."
+ " --4-turbo-vision` to use GPT-4 Turbo with Vision."
)
continue
content = self.io.read_text(abs_file_path)
diff --git a/docs/llms.md b/docs/llms.md
index 787c15fa6..1b6efa205 100644
--- a/docs/llms.md
+++ b/docs/llms.md
@@ -6,11 +6,11 @@ Anthropic's Claude 3 Opus and Sonnet.
GPT-4 Turbo and Claude 3 Opus are recommended for the best results.
-Aider also has support for connecting to almost any LLM, but it may not work as well
-depending on the capabilities of the model.
-For context, GPT-3.5 is just barely capable of *editing code* to provide aider's
+Aider also supports connecting to almost any LLM,
+but it may not work well with some models depending on their capabilities.
+For example, GPT-3.5 is just barely capable of reliably *editing code* to provide aider's
interactive "pair programming" style workflow.
-Models that are less capable than GPT-3.5 may struggle to perform well with aider.
+So you should expect that models which are less capable than GPT-3.5 may struggle to perform well with aider.
- [OpenAI](#openai)
- [Anthropic](#anthropic)
@@ -29,9 +29,9 @@ 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: 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`.
+- **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**: `aider --35-turbo`.
You can use `aider --model