feat: Add Coder.warm_cache method to start a thread for cache warming

This commit is contained in:
Paul Gauthier (aider) 2024-08-26 15:27:49 -07:00
parent e234ba10cd
commit 0f8354dd6a

View file

@ -89,6 +89,7 @@ class Coder:
message_tokens_sent = 0
message_tokens_received = 0
add_cache_headers = False
cache_warming_thread = None
@classmethod
def create(