missing T in import

This commit is contained in:
Ryan Cook 2025-02-05 15:47:28 -05:00 committed by GitHub
parent d9c0b4e3ba
commit 4c1db13cf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")