Update help text for specifying the API key to mention Anthropic instead of OpenAI.

This commit is contained in:
develmusa 2024-06-09 12:35:42 +02:00
parent 2e3a68ba6c
commit 098944a133

View file

@ -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(