mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-05 02:17:31 +00:00
chore: rename routes.py to fastapi_routes.py
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
f62c6044b3
commit
23e74446db
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
This module contains the Batches protocol definition.
|
||||
Pydantic models are defined in llama_stack_api.batches.models.
|
||||
The FastAPI router is defined in llama_stack_api.batches.routes.
|
||||
The FastAPI router is defined in llama_stack_api.batches.fastapi_routes.
|
||||
"""
|
||||
|
||||
from typing import Protocol, runtime_checkable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue