mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
feat: Add Coder.warm_cache method to start a thread for cache warming
This commit is contained in:
parent
e234ba10cd
commit
0f8354dd6a
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class Coder:
|
||||||
message_tokens_sent = 0
|
message_tokens_sent = 0
|
||||||
message_tokens_received = 0
|
message_tokens_received = 0
|
||||||
add_cache_headers = False
|
add_cache_headers = False
|
||||||
|
cache_warming_thread = None
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def create(
|
def create(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue