mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
style: Remove trailing whitespace in models.py
This commit is contained in:
parent
5dfce2d199
commit
f352fed313
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ class Model(ModelSettings):
|
||||||
if "thinking_tokens" not in self.accepts_settings:
|
if "thinking_tokens" not in self.accepts_settings:
|
||||||
self.accepts_settings.append("thinking_tokens")
|
self.accepts_settings.append("thinking_tokens")
|
||||||
return # <--
|
return # <--
|
||||||
|
|
||||||
if "3.5-sonnet" in model or "3-5-sonnet" in model:
|
if "3.5-sonnet" in model or "3-5-sonnet" in model:
|
||||||
self.edit_format = "diff"
|
self.edit_format = "diff"
|
||||||
self.use_repo_map = True
|
self.use_repo_map = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue