feat: switch --deepseek to use model "deepseek-coder"

This commit is contained in:
Paul Gauthier (aider) 2024-09-21 13:56:32 -07:00
parent 4a9700fcd9
commit 925560ac1f

View file

@ -109,7 +109,7 @@ def get_parser(default_config_files, git_root):
const=gpt_3_model_name, const=gpt_3_model_name,
help=f"Use {gpt_3_model_name} model for the main chat", help=f"Use {gpt_3_model_name} model for the main chat",
) )
deepseek_model = "deepseek/deepseek-coder" deepseek_model = "deepseek-coder"
group.add_argument( group.add_argument(
"--deepseek", "--deepseek",
action="store_const", action="store_const",