From c756b080e851fbdd1f4483a6f50c24c8a06911e3 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 7 May 2025 16:07:23 -0700 Subject: [PATCH] style: Run linter on aider/models.py --- aider/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/models.py b/aider/models.py index 62e807e8b..6c5562cd9 100644 --- a/aider/models.py +++ b/aider/models.py @@ -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.