mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: Format models.py
This commit is contained in:
parent
d89d500eab
commit
f047b2928b
1 changed files with 1 additions and 3 deletions
|
@ -528,9 +528,7 @@ class Model(ModelSettings):
|
|||
self.use_repo_map = True
|
||||
self.system_prompt_prefix = "/no_think"
|
||||
self.use_temperature = 0.7
|
||||
self.extra_params = {
|
||||
"max_tokens": 24000, "top_p": 0.8, "top_k": 20, "min_p": 0.0
|
||||
}
|
||||
self.extra_params = {"max_tokens": 24000, "top_p": 0.8, "top_k": 20, "min_p": 0.0}
|
||||
return # <--
|
||||
|
||||
# use the defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue