mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 06:52:28 +00:00
feat(vllm): periodically refresh models
This commit is contained in:
parent
68a2dfbad7
commit
1bf710bec0
6 changed files with 95 additions and 13 deletions
|
|
@ -819,7 +819,7 @@ class OpenAIEmbeddingsResponse(BaseModel):
|
|||
class ModelStore(Protocol):
|
||||
async def get_model(self, identifier: str) -> Model: ...
|
||||
|
||||
async def update_registered_models(
|
||||
async def update_registered_llm_models(
|
||||
self,
|
||||
provider_id: str,
|
||||
models: list[Model],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue