wip: add tts debug

This commit is contained in:
cătălin 2024-12-03 15:46:56 +01:00
commit e195e83d31
No known key found for this signature in database
7 changed files with 148 additions and 2 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