mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
chore: remove CACHE logic from sendchat and models files
This commit is contained in:
parent
db694b20df
commit
c3beaedaa6
2 changed files with 1 additions and 12 deletions
|
@ -1,12 +1,6 @@
|
|||
from aider.dump import dump # noqa: F401
|
||||
from aider.utils import format_messages
|
||||
|
||||
# from diskcache import Cache
|
||||
|
||||
|
||||
CACHE_PATH = "~/.aider.send.cache.v1"
|
||||
CACHE = None
|
||||
# CACHE = Cache(CACHE_PATH)
|
||||
|
||||
RETRY_TIMEOUT = 60
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue