mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
feat: Use **kwargs for extra_params in warm_cache_worker
This commit is contained in:
parent
22c60cad1a
commit
f7818c6994
1 changed files with 1 additions and 0 deletions
|
@ -1078,6 +1078,7 @@ class Coder:
|
|||
stream=False,
|
||||
max_tokens=1,
|
||||
extra_headers=self.main_model.extra_headers,
|
||||
**self.main_model.extra_params # Use **kwargs here
|
||||
)
|
||||
except Exception as err:
|
||||
self.io.tool_warning(f"Cache warming error: {str(err)}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue