litellm/ui
ryan-crabbe-berri 83bab34129 chore(proxy): exclude the dashboard AI chat route from the OpenAPI schema
/dashboard/ai/chat is an internal dashboard endpoint, so it does not belong in the public API docs. It surfaced two ways: the route decorator, now carrying include_in_schema=False, and the lazy-openapi snapshot injection, whose dashboard_ai fragment is emptied to match what a snapshot regen produces once the route is hidden. The generated dashboard types drop the now-unreferenced path, operation, DashboardAIChatRequest, and ChatMessage
2026-07-12 22:46:59 -07:00
..
litellm-dashboard chore(proxy): exclude the dashboard AI chat route from the OpenAPI schema 2026-07-12 22:46:59 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00