mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
switch to deepseek-chat instead of deepseek-coder
This commit is contained in:
parent
f1f66a9b9d
commit
5c3cca157d
10 changed files with 36 additions and 36 deletions
|
@ -106,7 +106,7 @@ def get_parser(default_config_files, git_root):
|
|||
const=gpt_3_model_name,
|
||||
help=f"Use {gpt_3_model_name} model for the main chat",
|
||||
)
|
||||
deepseek_model = "deepseek/deepseek-coder"
|
||||
deepseek_model = "deepseek/deepseek-chat"
|
||||
group.add_argument(
|
||||
"--deepseek",
|
||||
action="store_const",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue