mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 00:54:59 +00:00
style: Apply linter fixes to models.py
This commit is contained in:
parent
028477f34d
commit
8db4bb298e
1 changed files with 0 additions and 1 deletions
|
@ -262,7 +262,6 @@ class Model(ModelSettings):
|
||||||
self.extra_params = dict(num_ctx=8 * 1024)
|
self.extra_params = dict(num_ctx=8 * 1024)
|
||||||
dump(self.extra_params)
|
dump(self.extra_params)
|
||||||
|
|
||||||
|
|
||||||
# Apply override settings last if they exist
|
# Apply override settings last if they exist
|
||||||
if self.extra_model_settings and self.extra_model_settings.extra_params:
|
if self.extra_model_settings and self.extra_model_settings.extra_params:
|
||||||
# Initialize extra_params if it doesn't exist
|
# Initialize extra_params if it doesn't exist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue