From 74bed24a689ba77f9405b795b0cb2fd64f92f187 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Sat, 14 Dec 2024 08:55:38 +0800 Subject: [PATCH] fix typo --- docs/zero_to_hero_guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/README.md b/docs/zero_to_hero_guide/README.md index 05bfbb983..b451e0af7 100644 --- a/docs/zero_to_hero_guide/README.md +++ b/docs/zero_to_hero_guide/README.md @@ -225,7 +225,7 @@ response = client.inference.chat_completion( print(response.completion_message.content) ``` -### 4. Run the Python Scrip +### 4. Run the Python Script ```bash python test_llama_stack.py