mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
fix models endpoint
This commit is contained in:
parent
35546386a2
commit
9de2727d3a
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue