mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
docs: Update supported languages and API key placeholders in index.html
This commit is contained in:
parent
30e5b48461
commit
ffbbb5539d
1 changed files with 14 additions and 10 deletions
|
@ -103,7 +103,11 @@
|
|||
<div class="feature-icon" style="font-family: monospace; font-weight: bold; font-size: 1.5rem;"></></div>
|
||||
<h3 class="feature-title">100+ code languages</h3>
|
||||
</div>
|
||||
<p>Aider works with most popular programming languages: python, javascript, typescript, php, html, css, and dozens more.</p>
|
||||
<p>
|
||||
Aider works with most popular programming
|
||||
languages: python, javascript, rust, ruby, go, cpp,
|
||||
php, html, css, and dozens more.
|
||||
</p>
|
||||
</a>
|
||||
<a href="https://aider.chat/docs/git.html" class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
|
@ -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</pre>
|
||||
# o3-mini
|
||||
aider --model o3-mini --api-key openai=<key></pre>
|
||||
</div>
|
||||
<div class="cta-container">
|
||||
<p class="cta-text">Ready to supercharge your coding workflow?</p>
|
||||
<p class="cta-text">Want more details?</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://aider.chat/docs/install.html" class="btn btn-primary">Install Aider Now</a>
|
||||
<a href="https://aider.chat/docs/usage.html" class="btn btn-secondary">Explore Documentation</a>
|
||||
<a href="https://aider.chat/docs/install.html" class="btn btn-secondary">All Install Methods</a>
|
||||
<a href="https://aider.chat/docs/usage.html" class="btn btn-secondary">Full Usage Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue