mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
missing T in import
This commit is contained in:
parent
d9c0b4e3ba
commit
4c1db13cf4
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ In `test_llama_stack.py`, write the following code:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import os
|
import os
|
||||||
from llama_stack_client import LlamaStackClien
|
from llama_stack_client import LlamaStackClient
|
||||||
|
|
||||||
# Get the model ID from the environment variable
|
# Get the model ID from the environment variable
|
||||||
INFERENCE_MODEL = os.environ.get("INFERENCE_MODEL")
|
INFERENCE_MODEL = os.environ.get("INFERENCE_MODEL")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue