summaryrefslogtreecommitdiff
path: root/makima/src/server/openapi.rs
Commit message (Collapse)AuthorAgeFilesLines
* Initial Control systemsoryu2026-01-111-2/+94
|
* Add Postgres for persistence and File cabinetsoryu2025-12-231-3/+19
| | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI
* Remove TTS endpoint using chatterboxsoryu2025-12-231-6/+4
| | | | The library still remains, but this complicates deployment due to the large size of the model, so it is removed for now
* Implement makima listen websockets serversoryu2025-12-231-0/+34