mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-09 19:58:29 +00:00
Fix pre-commit errors
This commit is contained in:
parent
47efd34458
commit
a5a5b91440
1 changed files with 1 additions and 2 deletions
|
@ -215,8 +215,7 @@ documents = [
|
|||
]
|
||||
|
||||
vector_providers = [
|
||||
provider for provider in client.providers.list()
|
||||
if provider.api == "vector_io"
|
||||
provider for provider in client.providers.list() if provider.api == "vector_io"
|
||||
]
|
||||
provider_id = vector_providers[0].provider_id # Use the first available vector provider
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue