Commit 4bab07a
authored
fix: fix duplicate model get help text (#188)
# What does this PR do?
[Provide a short summary of what this PR does and why. Link to relevant
issues if applicable.]
```
from:
$ llama-stack-client models
Usage: llama-stack-client models [OPTIONS] COMMAND [ARGS]...
Manage GenAI models.
Options:
--help Show this message and exit.
Commands:
get Show available llama models at distribution endpoint <<<--
list Show available llama models at distribution endpoint
to:
$ llama-stack-client models
Usage: llama-stack-client models [OPTIONS] COMMAND [ARGS]...
Manage GenAI models.
Options:
--help Show this message and exit.
Commands:
get Show details of a specific model at the distribution endpoint <<<--
list Show available llama models at distribution endpoint
```
[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])
## Test Plan
[Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.*]
[//]: # (## Documentation)
[//]: # (- [ ] Added a Changelog entry if the change is significant)
Signed-off-by: reidliu41 <reid201711@gmail.com>
Co-authored-by: reidliu41 <reid201711@gmail.com>1 parent b62ac6c commit 4bab07a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments