mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
typo
This commit is contained in:
parent
e1966b90d9
commit
4d5ca49eed
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ class Models(Protocol):
|
|||
async def list_models(self) -> List[ModelServingSpec]: ...
|
||||
|
||||
@webmethod(route="/models/get", method="GET")
|
||||
async def get_model(self, core_model_id: str) -> Optional[ModelsGetResponse]: ...
|
||||
async def get_model(self, core_model_id: str) -> Optional[ModelServingSpec]: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue