style: fix whitespace and format code

This commit is contained in:
Paul Gauthier (aider) 2025-03-08 17:26:20 -08:00
parent 6f99392eda
commit 3ed16fb796
2 changed files with 4 additions and 7 deletions

View file

@ -597,10 +597,7 @@ class Model(ModelSettings):
self.use_temperature = False
if not self.extra_params:
self.extra_params = {}
self.extra_params["thinking"] = {
"type": "enabled",
"budget_tokens": num
}
self.extra_params["thinking"] = {"type": "enabled", "budget_tokens": num}
def is_deepseek_r1(self):
name = self.name.lower()