From ffbbb5539d004f83c5741fe9ef8e7836d3c99891 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 19 Mar 2025 21:06:03 -0700 Subject: [PATCH] docs: Update supported languages and API key placeholders in index.html --- aider/website/index.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/aider/website/index.html b/aider/website/index.html index 7d6289161..261d75b13 100644 --- a/aider/website/index.html +++ b/aider/website/index.html @@ -103,7 +103,11 @@
</>

100+ code languages

-

Aider works with most popular programming languages: python, javascript, typescript, php, html, css, and dozens more.

+

+ Aider works with most popular programming + languages: python, javascript, rust, ruby, go, cpp, + php, html, css, and dozens more. +

@@ -154,20 +158,20 @@ aider-install # Change directory into your codebase cd /to/your/project -# Work with DeepSeek via DeepSeek's API -aider --model deepseek --api-key deepseek=your-key-goes-here +# DeepSeek +aider --model deepseek --api-key deepseek=<key> -# Work with Claude 3.7 Sonnet via Anthropic's API -aider --model sonnet --api-key anthropic=your-key-goes-here +# Claude 3.7 Sonnet +aider --model sonnet --api-key anthropic=<key> -# Work with GPT-4o via OpenAI's API -aider --model gpt-4o --api-key openai=your-key-goes-here +# o3-mini +aider --model o3-mini --api-key openai=<key>
-

Ready to supercharge your coding workflow?

+

Want more details?