mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: fix whitespace in models.py
This commit is contained in:
parent
51a72b497b
commit
680dbfbf77
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ class Model(ModelSettings):
|
|||
if "extra_body" not in self.extra_params:
|
||||
self.extra_params["extra_body"] = {}
|
||||
self.extra_params["extra_body"]["reasoning_effort"] = effort
|
||||
|
||||
|
||||
def is_deepseek_r1(self):
|
||||
name = self.name.lower()
|
||||
if "deepseek" not in name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue