mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
chore: Update default settings for Qwen3 235b model
This commit is contained in:
parent
35fe1df499
commit
d89d500eab
1 changed files with 5 additions and 0 deletions
|
@ -526,6 +526,11 @@ class Model(ModelSettings):
|
||||||
if "qwen3" in model and "235b" in model:
|
if "qwen3" in model and "235b" in model:
|
||||||
self.edit_format = "diff"
|
self.edit_format = "diff"
|
||||||
self.use_repo_map = True
|
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
|
||||||
|
}
|
||||||
return # <--
|
return # <--
|
||||||
|
|
||||||
# use the defaults
|
# use the defaults
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue