We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
identifier=
1 parent 78de6d4 commit 1920e3aCopy full SHA for 1920e3a
src/llama_stack_client/lib/cli/models/models.py
@@ -72,7 +72,7 @@ def get_model(ctx, model_id: str):
72
client = ctx.obj["client"]
73
console = Console()
74
75
- models_get_response = client.models.retrieve(identifier=model_id)
+ models_get_response = client.models.retrieve(model_id=model_id)
76
77
if not models_get_response:
78
console.print(
0 commit comments