-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
There should be added a provider_name field to Model class (below).
class Model(BaseModel):
model_info: ModelInfo = Field(
...,
description='Basic identifying information about the model - represents the core identity and naming of the model without technical details',
)
configuration: Configuration = Field(
...,
description="Technical specifications and implementation details of the model - defines how the model is structured and where it's hosted",
)
inference_settings: InferenceSettings = Field(
...,
description='Runtime settings and parameters for model inference - controls how the model generates outputs and performs during execution',
)
Metadata
Metadata
Assignees
Labels
No labels