[Feature] add config api (#4254)

This commit is contained in:
memoryCoderC
2025-09-26 11:21:02 +08:00
committed by GitHub
parent 83d41d23b0
commit 4ec00df2b0
3 changed files with 33 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ class ServeSubcommand(CLISubcommand):
name=self.name,
help="Start the FastDeploy OpenAI Compatible API server.",
description="Start the FastDeploy OpenAI Compatible API server.",
usage="fastdeploy serve [model_tag] [options]",
usage="fastdeploy serve [options]",
)
serve_parser = make_arg_parser(serve_parser)
serve_parser.add_argument("--config", help="Read CLI options from a config file. Must be a YAML file")