mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
chore: mv router_registry.py to fastapi_router_registry.py
For clarity Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
23e74446db
commit
8a21d8debe
6 changed files with 5 additions and 5 deletions
|
|
@ -77,7 +77,7 @@ def create_llama_stack_app() -> FastAPI:
|
|||
)
|
||||
|
||||
# Include routers for APIs that have them (automatic discovery)
|
||||
from llama_stack.core.server.router_registry import build_router, has_router
|
||||
from llama_stack.core.server.fastapi_router_registry import build_router, has_router
|
||||
|
||||
def dummy_impl_getter(api: Api) -> Any:
|
||||
"""Dummy implementation getter for OpenAPI generation."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue