mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-06 10:37:22 +00:00
added a client extra, updated message
This commit is contained in:
parent
7d115d3b5c
commit
f6e15558bb
3 changed files with 13 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ try:
|
|||
)
|
||||
except ImportError as e:
|
||||
raise ImportError(
|
||||
"llama-stack-client is not installed. Please install it with `pip install llama-stack-client`."
|
||||
"llama-stack-client is not installed. Please install it with `uv pip install llama-stack[client]`."
|
||||
) from e
|
||||
|
||||
from pydantic import BaseModel, TypeAdapter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue