From 64c8c0590ccea2cf36e6882ff8f24bf84ba92b7b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 31 Jan 2025 09:06:48 -0800 Subject: [PATCH] copy --- aider/website/docs/troubleshooting/models-and-keys.md | 4 ++++ 1 file changed, 4 insertions(+) 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)