summaryrefslogtreecommitdiff
path: root/makima/src/server/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add versioning to filessoryu2025-12-241-1/+5
|
* Add conflict notification and file update WS endpointsoryu2025-12-231-1/+2
|
* Add file body and initial tool call systemsoryu2025-12-231-2/+3
|
* Add Postgres for persistence and File cabinetsoryu2025-12-231-1/+8
| | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI
* Create container image and move parakeet fork to vendor dirsoryu2025-12-231-1/+22
|
* Remove TTS endpoint using chatterboxsoryu2025-12-231-3/+2
| | | | 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/+88