feat(vllm): periodically refresh models

This commit is contained in:
Ashwin Bharambe 2025-07-18 15:33:33 -07:00
parent 68a2dfbad7
commit 1bf710bec0
6 changed files with 95 additions and 13 deletions

View file

@ -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],