style: Run linter on aider/models.py

This commit is contained in:
Paul Gauthier (aider) 2025-05-07 16:07:23 -07:00
parent a61fb1e23b
commit c756b080e8

View file

@ -680,6 +680,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 parse_token_value(self, value):
"""
Parse a token value string into an integer.