Commit Graph

7 Commits

Author SHA1 Message Date
86ce68651f build: move to uv (#488)
* build: move to uv

* build: add packages declaration

* build: move to python 3.12, as sentencespiece does not work on 3.13

* ci: remove pre-commit check, will be done in another branch.

* ci: fix name checkout

* ci: update lock and dockerfile

* test: remove event_loop, not needed in python 3.12

* test: updated test due to av returning AudioFrame with 4096 samples instead of 1024

* build: prevent using fastapi cli, because there is no way to set default port

I don't want to pass --port 1250 every time, so back on previous
approach. I deactivated auto-reload for production.

* ci: remove main.py

* test: fix quirck with httpx
2025-07-16 18:10:11 -06:00
f43045b41c Add recordings 2025-03-11 15:12:25 +01:00
f9771427e2 server: add healthcheck for worker 2023-11-30 19:43:19 +01:00
e405ccb8f3 server: started updating documentation 2023-11-02 17:39:21 +01:00
d379dc2376 server: fix dockerfile with migrations 2023-08-29 15:07:04 +02:00
cc186fd8b2 server: allow server to be started locally 2023-08-29 11:19:27 +02:00
cce8a9137a server: add basic sql migration 2023-08-29 10:58:27 +02:00