forked from phoenix-oss/llama-stack-mirror
export LibraryClient
This commit is contained in:
parent
6de92a6c33
commit
e893b22868
1 changed files with 5 additions and 2 deletions
|
@ -3,5 +3,8 @@
|
||||||
#
|
#
|
||||||
# This source code is licensed under the terms described in the LICENSE file in
|
# This source code is licensed under the terms described in the LICENSE file in
|
||||||
# the root directory of this source tree.
|
# the root directory of this source tree.
|
||||||
#
|
|
||||||
# from .distribution.library_client import LlamaStackAsLibraryClient, AsyncLlamaStackAsLibraryClient
|
from llama_stack.distribution.library_client import ( # noqa: F401
|
||||||
|
AsyncLlamaStackAsLibraryClient,
|
||||||
|
LlamaStackAsLibraryClient,
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue