mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
Update help text for specifying the API key to mention Anthropic instead of OpenAI.
This commit is contained in:
parent
2e3a68ba6c
commit
098944a133
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def get_parser(default_config_files, git_root):
|
||||||
"--anthropic-api-key",
|
"--anthropic-api-key",
|
||||||
metavar="ANTHROPIC_API_KEY",
|
metavar="ANTHROPIC_API_KEY",
|
||||||
env_var="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
|
default_model = models.DEFAULT_MODEL_NAME
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue