mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
style: Run linter on aider/models.py
This commit is contained in:
parent
a61fb1e23b
commit
c756b080e8
1 changed files with 1 additions and 0 deletions
|
@ -680,6 +680,7 @@ class Model(ModelSettings):
|
||||||
if "extra_body" not in self.extra_params:
|
if "extra_body" not in self.extra_params:
|
||||||
self.extra_params["extra_body"] = {}
|
self.extra_params["extra_body"] = {}
|
||||||
self.extra_params["extra_body"]["reasoning_effort"] = effort
|
self.extra_params["extra_body"]["reasoning_effort"] = effort
|
||||||
|
|
||||||
def parse_token_value(self, value):
|
def parse_token_value(self, value):
|
||||||
"""
|
"""
|
||||||
Parse a token value string into an integer.
|
Parse a token value string into an integer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue