fix: no skip_logger_removal for non-library client

This commit is contained in:
Ashwin Bharambe 2025-03-06 11:04:56 -08:00
parent 14c9ebbae5
commit e8071b54dc

View file

@ -187,7 +187,6 @@ def llama_stack_client(request, provider_data, text_model_id):
return LlamaStackClient(
base_url=config,
provider_data=provider_data,
skip_logger_removal=True,
)
if "=" in config: