diff --git a/src/llama_stack_client/lib/cli/models/models.py b/src/llama_stack_client/lib/cli/models/models.py index 1fde6dbf..c3cc0e28 100644 --- a/src/llama_stack_client/lib/cli/models/models.py +++ b/src/llama_stack_client/lib/cli/models/models.py @@ -67,7 +67,7 @@ def list_models(ctx): @click.pass_context @handle_client_errors("get model details") def get_model(ctx, model_id: str): - """Show available llama models at distribution endpoint""" + """Show details of a specific model at the distribution endpoint""" client = ctx.obj["client"] console = Console()