switch to deepseek-chat instead of deepseek-coder

This commit is contained in:
Paul Gauthier 2024-12-26 19:40:06 -04:00
parent f1f66a9b9d
commit 5c3cca157d
10 changed files with 36 additions and 36 deletions

View file

@ -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",