wip: add tts debug

This commit is contained in:
cătălin 2024-12-03 11:49:49 +01:00
commit 084bea8f9d
No known key found for this signature in database
5 changed files with 5746 additions and 396 deletions

View file

@ -7,3 +7,9 @@ tests:
uv run pytest --cov=halig -vv tests --report-log reportlog.json
uv run coverage html
uv run coverage xml
compile:
uv run pyinstaller markovbot.spec
clean-compile:
uv run pyinstaller markovbot.spec --clean