mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
style: Fix linter formatting in base_coder.py
This commit is contained in:
parent
cc84f590fe
commit
f37799b39c
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class Coder:
|
||||||
else:
|
else:
|
||||||
formatted_budget = f"{value:.1f}k"
|
formatted_budget = f"{value:.1f}k"
|
||||||
output += f", {formatted_budget} think tokens"
|
output += f", {formatted_budget} think tokens"
|
||||||
|
|
||||||
# Check for reasoning effort
|
# Check for reasoning effort
|
||||||
if (
|
if (
|
||||||
main_model.extra_params
|
main_model.extra_params
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue