diff --git a/aider/website/docs/troubleshooting/models-and-keys.md b/aider/website/docs/troubleshooting/models-and-keys.md index c6f091d0b..c74dcff6c 100644 --- a/aider/website/docs/troubleshooting/models-and-keys.md +++ b/aider/website/docs/troubleshooting/models-and-keys.md @@ -26,3 +26,7 @@ aider --model openrouter/anthropic/claude-3.5-sonnet --api-key openrouter=your-k aider --model openrouter/deepseek/deepseek-chat --api-key openrouter=your-key-goes-here ``` +For more information, see the documentation sections: + +- [Connecting to LLMs](https://aider.chat/docs/llms.html) +- [Configuring API keys](https://aider.chat/docs/config/api-keys.html)