diff --git a/docs/zero_to_hero_guide/README.md b/docs/zero_to_hero_guide/README.md index d4462febf..4a09a7e62 100644 --- a/docs/zero_to_hero_guide/README.md +++ b/docs/zero_to_hero_guide/README.md @@ -208,7 +208,7 @@ In `test_llama_stack.py`, write the following code: ```python import os -from llama_stack_client import LlamaStackClien +from llama_stack_client import LlamaStackClient # Get the model ID from the environment variable INFERENCE_MODEL = os.environ.get("INFERENCE_MODEL")