mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 20:27:35 +00:00
models endpoint testing
This commit is contained in:
parent
c0199029e5
commit
0348f26e00
10 changed files with 235 additions and 79 deletions
|
@ -130,6 +130,10 @@ Fully-qualified name of the module to import. The module is expected to have:
|
|||
provider_data_validator: Optional[str] = Field(
|
||||
default=None,
|
||||
)
|
||||
supported_model_ids: List[str] = Field(
|
||||
default_factory=list,
|
||||
description="The list of model ids that this adapter supports",
|
||||
)
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue