From 98ab8f2d05bc6327109dbcd0eb3caa32b2b6279f Mon Sep 17 00:00:00 2001 From: Aidan Do Date: Fri, 6 Dec 2024 17:34:56 +1100 Subject: [PATCH] doc: typo in chat-completion command --- docs/source/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 6a18972b1..e34aa01de 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -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. ```bash llama-stack-client --endpoint http://localhost:$LLAMA_STACK_PORT \ - inference chat_completion \ + inference chat-completion \ --message "hello, what model are you?" ```