command

large language model command-line interface.

Functions

add_llm_argument

Add arguments to the parser for large language model.

format_llm_namespace

Format an Argument Namespace for LLM use.

add_llm_argument(parser)[source]

Add arguments to the parser for large language model. :type parser: ArgumentParser :param parser: An argument parser.

Parameters:

parser (ArgumentParser)

format_llm_namespace(args)[source]

Format an Argument Namespace for LLM use. :type args: Namespace :param args: Argument Namespace. :rtype: Namespace :return: A formatted Argument Namespace.

Parameters:

args (Namespace)

Return type:

Namespace