From 2669b0c758fce89f4c90939523bb6d71e93eddca Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 12 Aug 2024 15:04:08 -0700 Subject: [PATCH] style: Apply linter edits to sendchat.py --- aider/sendchat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/sendchat.py b/aider/sendchat.py index 7e12e36c9..5c0977c1d 100644 --- a/aider/sendchat.py +++ b/aider/sendchat.py @@ -58,7 +58,7 @@ def send_completion( temperature=temperature, stream=stream, ) - + if model_name.startswith("deepseek/") and "DEEPSEEK_API_BASE" in os.environ: kwargs["base_url"] = os.environ["DEEPSEEK_API_BASE"] if functions is not None: