ymlin105's picture
chore: remove obsolete files and update project structure
6ad997d
"""
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"]