mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 13:44:59 +00:00
style: Fix formatting in aider/models.py
This commit is contained in:
parent
671c633d8f
commit
243be27eb8
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ def get_model_info(model):
|
|||
if not litellm._lazy_module:
|
||||
cache_dir = Path.home() / ".aider" / "caches"
|
||||
cache_file = cache_dir / "model_prices_and_context_window.json"
|
||||
|
||||
|
||||
try:
|
||||
cache_dir.mkdir(parents=True, exist_ok=True)
|
||||
use_cache = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue