Merge pull request #3004 from tao12345666333/fix-ds-link

This commit is contained in:
paul-gauthier 2025-01-26 07:39:39 -08:00 committed by GitHub
commit 94e372d8f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -19,7 +19,7 @@ Aider works best with these models, which are skilled at editing code:
- [GPT-4o](/docs/llms/openai.html)
- [Claude 3.5 Sonnet](/docs/llms/anthropic.html)
- [Claude 3 Opus](/docs/llms/anthropic.html)
- [DeepSeek Coder V2](/docs/llms/deepseek.html)
- [DeepSeek V3](/docs/llms/deepseek.html)
## Free models

View file

@ -4,14 +4,13 @@ highlight_image: /assets/prompt-caching.jpg
parent: Usage
nav_order: 750
description: Aider supports prompt caching for cost savings and faster coding.
---
# Prompt caching
Aider supports prompt caching for cost savings and faster coding.
Currently Anthropic provides caching for Sonnet and Haiku,
and DeepSeek provides caching for Coder.
and DeepSeek provides caching for Chat.
Aider organizes the chat history to try and cache:
@ -48,4 +47,3 @@ every 5 minutes to keep the cache warm.
Aider will ping up to `N` times over a period of `N*5` minutes
after each message you send.