mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
cleanup
This commit is contained in:
parent
8db4bb298e
commit
144bdf7dc7
1 changed files with 0 additions and 1 deletions
|
@ -260,7 +260,6 @@ class Model(ModelSettings):
|
|||
if model.startswith("ollama/") or model.startswith("ollama_chat/"):
|
||||
if not (self.extra_params and "num_ctx" in self.extra_params):
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue