mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: Apply linting to models.py file
This commit is contained in:
parent
23d74040ed
commit
19a2c37678
1 changed files with 2 additions and 2 deletions
|
@ -601,8 +601,8 @@ class Model(ModelSettings):
|
|||
# dump(kwargs)
|
||||
|
||||
hash_object = hashlib.sha1(key)
|
||||
if 'timeout' not in kwargs:
|
||||
kwargs['timeout'] = request_timeout
|
||||
if "timeout" not in kwargs:
|
||||
kwargs["timeout"] = request_timeout
|
||||
res = litellm.completion(**kwargs)
|
||||
return hash_object, res
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue