mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
refactor: Remove accepts_settings
from model configurations
This commit is contained in:
parent
2589c29b1c
commit
6aafac544b
1 changed files with 0 additions and 2 deletions
|
@ -363,7 +363,6 @@ class Model(ModelSettings):
|
|||
self.examples_as_sys_msg = True
|
||||
self.use_temperature = False
|
||||
self.reasoning_tag = "think"
|
||||
self.accepts_settings = ["reasoning_effort", "thinking_tokens"]
|
||||
return # <--
|
||||
|
||||
if ("llama3" in model or "llama-3" in model) and "70b" in model:
|
||||
|
@ -394,7 +393,6 @@ class Model(ModelSettings):
|
|||
self.use_repo_map = True
|
||||
self.examples_as_sys_msg = True
|
||||
self.reminder = "user"
|
||||
self.accepts_settings = ["reasoning_effort"]
|
||||
return # <--
|
||||
|
||||
if model.startswith("o1-") or "/o1-" in model:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue