From 098944a133e0ca65cbd081b2c39748f6deb527fe Mon Sep 17 00:00:00 2001 From: develmusa Date: Sun, 9 Jun 2024 12:35:42 +0200 Subject: [PATCH 1/3] Update help text for specifying the API key to mention Anthropic instead of OpenAI. --- aider/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/args.py b/aider/args.py index f747016dc..35e49b1e8 100644 --- a/aider/args.py +++ b/aider/args.py @@ -36,7 +36,7 @@ def get_parser(default_config_files, git_root): "--anthropic-api-key", metavar="ANTHROPIC_API_KEY", env_var="ANTHROPIC_API_KEY", - help="Specify the OpenAI API key", + help="Specify the Anthropic API key", ) default_model = models.DEFAULT_MODEL_NAME group.add_argument( From 7eb60bbc23cb8273e157708ede42266fd447ddb2 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 9 Jun 2024 11:28:41 -0700 Subject: [PATCH 2/3] Update commands.md --- website/docs/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands.md b/website/docs/commands.md index c161bf1b9..8938438d1 100644 --- a/website/docs/commands.md +++ b/website/docs/commands.md @@ -1,7 +1,7 @@ --- parent: Usage nav_order: 50 -description: Control aider with in-chat commands line /add, /model, etc. +description: Control aider with in-chat commands like /add, /model, etc. --- # In-chat commands From 896387c210ae44f2d764e295095520c7f1911476 Mon Sep 17 00:00:00 2001 From: prmbiy <54663196+prmbiy@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:59:07 +0530 Subject: [PATCH 3/3] Update repomap.md - missing verb in 'More Info' section --- website/docs/repomap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/repomap.md b/website/docs/repomap.md index 7fed8c998..57a0cc415 100644 --- a/website/docs/repomap.md +++ b/website/docs/repomap.md @@ -99,7 +99,7 @@ the overall codebase. ## More info -Please the +Please check the [repo map article on aider's blog](https://aider.chat/2023/10/22/repomap.html) for more information on aider's repository map and how it is constructed.