forked from phoenix-oss/llama-stack-mirror
fix: no skip_logger_removal for non-library client
This commit is contained in:
parent
14c9ebbae5
commit
e8071b54dc
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ def llama_stack_client(request, provider_data, text_model_id):
|
||||||
return LlamaStackClient(
|
return LlamaStackClient(
|
||||||
base_url=config,
|
base_url=config,
|
||||||
provider_data=provider_data,
|
provider_data=provider_data,
|
||||||
skip_logger_removal=True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if "=" in config:
|
if "=" in config:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue