mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Run linter and fix whitespace issues in models.py and sendchat.py
This commit is contained in:
parent
c3beaedaa6
commit
72b82a8d19
2 changed files with 1 additions and 1 deletions
|
@ -552,6 +552,7 @@ class Model(ModelSettings):
|
|||
# dump(kwargs)
|
||||
hash_object = hashlib.sha1(key)
|
||||
from aider.sendchat import litellm
|
||||
|
||||
res = litellm.completion(**kwargs)
|
||||
return hash_object, res
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
from aider.dump import dump # noqa: F401
|
||||
from aider.utils import format_messages
|
||||
|
||||
|
||||
RETRY_TIMEOUT = 60
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue