Spaces:
Sleeping
Sleeping
File size: 259 Bytes
6ad997d d2570c2 6ad997d d2570c2 6ad997d d2570c2 6ad997d | 1 2 3 4 5 6 7 8 9 10 11 | """
Backward-compatible shim for chat API.
The actual implementation now lives in `src.app.api.chat`.
Import `router` from there so existing imports of `src.api.chat` keep working.
"""
from src.app.api.chat import router # noqa: F401
__all__ = ["router"]
|