diff --git a/aider/models.py b/aider/models.py index de3a91b0a..90ca68a42 100644 --- a/aider/models.py +++ b/aider/models.py @@ -601,6 +601,7 @@ class Model(ModelSettings): # dump(kwargs) hash_object = hashlib.sha1(key) + # don't pass timeout here, add it to kwargs (if not already present) ai! res = litellm.completion(timeout=request_timeout, **kwargs) return hash_object, res