mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35: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)
|
# dump(kwargs)
|
||||||
|
|
||||||
hash_object = hashlib.sha1(key)
|
hash_object = hashlib.sha1(key)
|
||||||
if 'timeout' not in kwargs:
|
if "timeout" not in kwargs:
|
||||||
kwargs['timeout'] = request_timeout
|
kwargs["timeout"] = request_timeout
|
||||||
res = litellm.completion(**kwargs)
|
res = litellm.completion(**kwargs)
|
||||||
return hash_object, res
|
return hash_object, res
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue