mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-08 21:04:39 +00:00
address comments
This commit is contained in:
parent
3b4351062f
commit
714a1703c4
2 changed files with 3 additions and 11 deletions
|
@ -184,13 +184,7 @@ class DistributionSpec(BaseModel):
|
|||
)
|
||||
docker_image: Optional[str] = None
|
||||
providers: Dict[str, Union[str, List[str]]] = Field(
|
||||
default={
|
||||
"inference": "meta-reference",
|
||||
"memory": "meta-reference",
|
||||
"safety": "meta-reference",
|
||||
"agents": "meta-reference",
|
||||
"telemetry": "meta-reference",
|
||||
},
|
||||
default_factory=dict,
|
||||
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