mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-07 12:47:37 +00:00
add back wizard for build
This commit is contained in:
parent
055770a791
commit
b611e8bbd2
2 changed files with 16 additions and 7 deletions
|
@ -184,7 +184,13 @@ class DistributionSpec(BaseModel):
|
|||
)
|
||||
docker_image: Optional[str] = None
|
||||
providers: Dict[str, Union[str, List[str]]] = Field(
|
||||
default_factory=dict,
|
||||
default={
|
||||
"inference": "meta-reference",
|
||||
"memory": "meta-reference",
|
||||
"safety": "meta-reference",
|
||||
"agents": "meta-reference",
|
||||
"telemetry": "meta-reference",
|
||||
},
|
||||
description="""
|
||||
Provider Types for each of the APIs provided by this distribution. If you
|
||||
select multiple providers, you should provide an appropriate 'routing_map'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue