mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
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(
|
||||
base_url=config,
|
||||
provider_data=provider_data,
|
||||
skip_logger_removal=True,
|
||||
)
|
||||
|
||||
if "=" in config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue