mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Revert "feat: switch --deepseek to use model "deepseek-coder""
This reverts commit 925560ac1f
.
This commit is contained in:
parent
5c7f35f24b
commit
dced6c8052
1 changed files with 1 additions and 1 deletions
|
@ -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-coder"
|
deepseek_model = "deepseek/deepseek-coder"
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--deepseek",
|
"--deepseek",
|
||||||
action="store_const",
|
action="store_const",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue