mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix(starter): remove duplicate provider_overrides keyword argument in RunConfigSettings
This commit is contained in:
parent
5e9d28f0b4
commit
503ad16002
1 changed files with 0 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ from llama_stack.providers.remote.vector_io.qdrant.config import QdrantVectorIOC
|
|||
from llama_stack.providers.remote.vector_io.weaviate.config import (
|
||||
WeaviateVectorIOConfig,
|
||||
)
|
||||
from llama_stack.providers.remote.vector_io.weaviate.config import WeaviateVectorIOConfig
|
||||
from llama_stack.providers.utils.kvstore.config import PostgresKVStoreConfig
|
||||
from llama_stack.providers.utils.sqlstore.sqlstore import PostgresSqlStoreConfig
|
||||
|
||||
|
|
@ -323,7 +322,6 @@ def get_distribution_template(name: str = "starter") -> DistributionTemplate:
|
|||
],
|
||||
"files": [files_provider],
|
||||
},
|
||||
provider_overrides=default_overrides,
|
||||
default_models=[],
|
||||
default_tool_groups=default_tool_groups,
|
||||
default_shields=default_shields,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue