mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
update import
This commit is contained in:
parent
3b7c421384
commit
4343bc880c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,8 +20,8 @@ import yaml
|
||||||
from llama_stack_client import LlamaStackClient
|
from llama_stack_client import LlamaStackClient
|
||||||
from openai import OpenAI
|
from openai import OpenAI
|
||||||
|
|
||||||
from llama_stack import LlamaStackAsLibraryClient
|
|
||||||
from llama_stack.core.datatypes import VectorStoresConfig
|
from llama_stack.core.datatypes import VectorStoresConfig
|
||||||
|
from llama_stack.core.library_client import LlamaStackAsLibraryClient
|
||||||
from llama_stack.core.stack import run_config_from_adhoc_config_spec
|
from llama_stack.core.stack import run_config_from_adhoc_config_spec
|
||||||
from llama_stack.env import get_env_or_fail
|
from llama_stack.env import get_env_or_fail
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue