From 541d0e6f5c19bc8225c9215b5f1487d36fc21075 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 10:56:29 -0700 Subject: [PATCH] docs: Add installation and usage links to home page paragraph --- aider/website/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/home.html b/aider/website/home.html index d56e513af..5bb042f9a 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -564,7 +564,7 @@ aider --model sonnet --api-key anthropic=your-key-goes-here # Work with GPT-4o via OpenAI's API aider --model gpt-4o --api-key openai=your-key-goes-here -

Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.

+

See the installation instructions and usage documentation for more details. Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.