vllm.entrypoints.cli.openai ¶
Classes:
-
ChatCommand–The
chatsubcommand for the vLLM CLI. -
CompleteCommand–The
completesubcommand for the vLLM CLI.
ChatCommand ¶
Bases: CLISubcommand
The chat subcommand for the vLLM CLI.
Methods:
-
add_cli_args–Add CLI arguments for the chat command.
Source code in vllm/entrypoints/cli/openai.py
add_cli_args(parser) staticmethod ¶
Add CLI arguments for the chat command.
Source code in vllm/entrypoints/cli/openai.py
CompleteCommand ¶
Bases: CLISubcommand
The complete subcommand for the vLLM CLI.
Methods:
-
add_cli_args–Add CLI arguments for the complete command.
Source code in vllm/entrypoints/cli/openai.py
add_cli_args(parser) staticmethod ¶
Add CLI arguments for the complete command.