This commit is contained in:
Paul Gauthier 2024-08-27 08:22:57 -07:00
parent 971f317d3d
commit 90fae63dc5

View file

@ -36,7 +36,7 @@ Main model: claude-3-5-sonnet-20240620 with diff edit format, prompt cache, infi
Aider can ping the provider to keep your prompt cache warm and prevent Aider can ping the provider to keep your prompt cache warm and prevent
it from expiring. it from expiring.
By default, Anthropic keeps your cache for 5 minutes. By default, Anthropic keeps your cache for 5 minutes.
Use `--prompt-keepalive-pings N` to tell aider to ping Use `--cache-keepalive-pings N` to tell aider to ping
every 5 minutes to keep the cache warm. every 5 minutes to keep the cache warm.
Aider will ping up to `N` times over a period of `N*5` minutes Aider will ping up to `N` times over a period of `N*5` minutes
after each message you send. after each message you send.