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

This reverts commit 925560ac1f.
This commit is contained in:
Paul Gauthier 2024-09-21 17:06:11 -07:00
parent 5c7f35f24b
commit dced6c8052

View file

@ -109,7 +109,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-coder"
deepseek_model = "deepseek/deepseek-coder"
group.add_argument(
"--deepseek",
action="store_const",