Clean up DEEPSEEK_API_BASE

This commit is contained in:
Paul Gauthier 2024-08-12 15:35:32 -07:00
parent 27f92b26c6
commit 2a1fb7d150
3 changed files with 0 additions and 16 deletions

View file

@ -117,12 +117,6 @@ def get_parser(default_config_files, git_root):
const=deepseek_model,
help=f"Use {deepseek_model} model for the main chat",
)
group.add_argument(
"--deepseek-beta",
action="store_true",
help="Uses DeepSeek Coder via the beta API endpoint",
default=False,
)
##########
group = parser.add_argument_group("Model Settings")