mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: fix formatting in base_coder.py
This commit is contained in:
parent
f7818c6994
commit
aab01086a2
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ class Coder:
|
||||||
stream=False,
|
stream=False,
|
||||||
max_tokens=1,
|
max_tokens=1,
|
||||||
extra_headers=self.main_model.extra_headers,
|
extra_headers=self.main_model.extra_headers,
|
||||||
**self.main_model.extra_params # Use **kwargs here
|
**self.main_model.extra_params, # Use **kwargs here
|
||||||
)
|
)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
self.io.tool_warning(f"Cache warming error: {str(err)}")
|
self.io.tool_warning(f"Cache warming error: {str(err)}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue