style: Apply linter fixes to models.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:25:09 -08:00
parent 028477f34d
commit 8db4bb298e

View file

@ -262,7 +262,6 @@ class Model(ModelSettings):
self.extra_params = dict(num_ctx=8 * 1024)
dump(self.extra_params)
# Apply override settings last if they exist
if self.extra_model_settings and self.extra_model_settings.extra_params:
# Initialize extra_params if it doesn't exist