fix models endpoint

This commit is contained in:
Ashwin Bharambe 2025-09-29 15:53:10 -07:00
parent 35546386a2
commit 9de2727d3a

View file

@ -112,7 +112,6 @@ class Models(Protocol):
...
@webmethod(route="/openai/v1/models", method="GET", level=LLAMA_STACK_API_V1)
@webmethod(route="/models", method="GET", level=LLAMA_STACK_API_V1)
async def openai_list_models(self) -> OpenAIListModelsResponse:
"""List models using the OpenAI API.