diff --git a/website/assets/sample.aider.conf.yml b/website/assets/sample.aider.conf.yml index 3577657b8..24b2417bf 100644 --- a/website/assets/sample.aider.conf.yml +++ b/website/assets/sample.aider.conf.yml @@ -15,7 +15,7 @@ ## Specify the OpenAI API key #openai-api-key: -## Specify the OpenAI API key +## Specify the Anthropic API key #anthropic-api-key: ## Specify the model to use for the main chat (default: gpt-4o) diff --git a/website/docs/aider_conf.md b/website/docs/aider_conf.md index 1a1cf99f4..7716b2b28 100644 --- a/website/docs/aider_conf.md +++ b/website/docs/aider_conf.md @@ -41,7 +41,7 @@ cog.outl("```") ## Specify the OpenAI API key #openai-api-key: -## Specify the OpenAI API key +## Specify the Anthropic API key #anthropic-api-key: ## Specify the model to use for the main chat (default: gpt-4o) diff --git a/website/docs/options.md b/website/docs/options.md index 27d2df7c2..2196a26a9 100644 --- a/website/docs/options.md +++ b/website/docs/options.md @@ -57,7 +57,7 @@ Specify the OpenAI API key Environment variable: `OPENAI_API_KEY` ### `--anthropic-api-key ANTHROPIC_API_KEY` -Specify the OpenAI API key +Specify the Anthropic API key Environment variable: `ANTHROPIC_API_KEY` ### `--model MODEL`