doc: typo in chat-completion command

This commit is contained in:
Aidan Do 2024-12-06 17:34:56 +11:00
parent a2fc114b64
commit 98ab8f2d05

View file

@ -62,7 +62,7 @@ llama-stack-client --endpoint http://localhost:$LLAMA_STACK_PORT models list
You can test basic Llama inference completion using the CLI too. You can test basic Llama inference completion using the CLI too.
```bash ```bash
llama-stack-client --endpoint http://localhost:$LLAMA_STACK_PORT \ llama-stack-client --endpoint http://localhost:$LLAMA_STACK_PORT \
inference chat_completion \ inference chat-completion \
--message "hello, what model are you?" --message "hello, what model are you?"
``` ```