mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 14:14:59 +00:00
feat: Add prompt cache warming via --cache-warming-pings
This commit is contained in:
parent
4e718fa8e1
commit
a5c283d7c8
9 changed files with 10 additions and 8 deletions
|
@ -144,7 +144,7 @@ cog.outl("```")
|
|||
## Enable caching of prompts (default: False)
|
||||
#AIDER_CACHE_PROMPTS=false
|
||||
|
||||
## Number of pings to warm up the cache (default: 0)
|
||||
## Number of times to ping every 5min to keep prompt cache warm (default: 0)
|
||||
#AIDER_CACHE_WARMING_PINGS=false
|
||||
|
||||
## Multiplier for map tokens when no files are specified (default: 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue