docs: Add link to LLM connection documentation in home page

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 10:55:42 -07:00
parent 1425e3e6c7
commit fc96e980fb

View file

@ -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</pre>
</div>
<p>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.</p>
<p>Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but <a href="https://aider.chat/docs/llms.html">can connect to almost any LLM, including local models</a>.</p>
</div>
</div>
</section>