mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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.use_repo_map = True
|
||||||
self.system_prompt_prefix = "/no_think"
|
self.system_prompt_prefix = "/no_think"
|
||||||
self.use_temperature = 0.7
|
self.use_temperature = 0.7
|
||||||
self.extra_params = {
|
self.extra_params = {"max_tokens": 24000, "top_p": 0.8, "top_k": 20, "min_p": 0.0}
|
||||||
"max_tokens": 24000, "top_p": 0.8, "top_k": 20, "min_p": 0.0
|
|
||||||
}
|
|
||||||
return # <--
|
return # <--
|
||||||
|
|
||||||
# use the defaults
|
# use the defaults
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue