llm#

Attributes#

llm

Functions#

llm_add(model_name[, model_type])

llm_ls([all])

Module Contents#

llm.llm#
llm.llm_add(model_name, model_type='Azure')#
Parameters:
  • model_name (typing_extensions.Annotated[str, typer.Argument(help="The user's custom name of the model")]) –

  • model_type (typing_extensions.Annotated[str, typer.Option('--type', '-t', help='The type of the model', click_type=click.Choice(sorted(list(MODEL_TYPE_CONSTRUCTORS.keys()))))]) –

llm.llm_ls(all=False)#
Parameters:

all (typing_extensions.Annotated[bool, typer.Option('--all', '-a', is_flag=True, help='List all models, including the default model IDs.', click_type=click.Choice(sorted(list(MODEL_TYPE_CONSTRUCTORS.keys()))))]) –