Fix some error

FIX:
    llm_provider.py 102: _model -> model
MOD:
    utility.py 25: add windows termial color print
    text_to_speech.py 29: add windows version
ADD:
    add termcolor in requirements.txt
This commit is contained in:
steveh8758_lab
2025-02-23 19:37:57 +08:00
parent 298c26a63f
commit 42d2655881
4 changed files with 51 additions and 25 deletions
+3 -1
View File
@@ -8,4 +8,6 @@ torch==2.5.1
ollama==0.4.7
scipy==1.15.1
kokoro==0.7.12
flask==3.1.0
flask==3.1.0
soundfile==0.13.1
termcolor