mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 11:08:20 +00:00
removing some print logs
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
af7748a4d5
commit
75a480267a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def llama_stack_client(provider_data):
|
||||||
skip_logger_removal=True,
|
skip_logger_removal=True,
|
||||||
)
|
)
|
||||||
if not client.initialize():
|
if not client.initialize():
|
||||||
raise RuntimeError(f"Initialization failed {os.environ.get('LLAMA_STACK_CONFIG')} not found")
|
raise RuntimeError("Initialization failed")
|
||||||
|
|
||||||
elif os.environ.get("LLAMA_STACK_BASE_URL"):
|
elif os.environ.get("LLAMA_STACK_BASE_URL"):
|
||||||
client = LlamaStackClient(
|
client = LlamaStackClient(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue