address comments

This commit is contained in:
Xi Yan 2024-09-18 11:09:52 -07:00
parent 3b4351062f
commit 714a1703c4
2 changed files with 3 additions and 11 deletions

View file

@ -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'