mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
fix: Add caching by default for deepseek coder.
This commit is contained in:
parent
ec6e23a852
commit
4705136951
2 changed files with 3 additions and 1 deletions
|
@ -173,7 +173,7 @@ class Coder:
|
|||
prefix = "Model"
|
||||
|
||||
output = f"{prefix}: {main_model.name} with {self.edit_format} edit format"
|
||||
if self.add_cache_headers:
|
||||
if self.add_cache_headers or main_model.caches_by_default:
|
||||
output += ", prompt cache"
|
||||
if main_model.info.get("supports_assistant_prefill"):
|
||||
output += ", infinite output"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue