1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-02-17 11:55:35 +02:00

minor improvements

This commit is contained in:
MarkParker5 2023-03-12 15:43:21 +01:00
parent e555f7f9c8
commit b8d62a933a
No known key found for this signature in database
GPG Key ID: 0632FDCE0F9ED5C7
2 changed files with 5 additions and 11 deletions

14
.gitignore vendored
View File

@ -3,19 +3,13 @@ __pycache__
*$py.class
*.pyc
.idea
*.pytest_cache
.mypy_cache
*.db
*.sqlite3
*.save
*.xls
*.torrent
tts-gc-key.json
audio/
downloads/
.idea
.mypy_cache
*.pytest_cache

View File

@ -3,8 +3,8 @@
vosk_model: str = 'downloads/vosk_small_rus'
# Google Cloud TTS
goole_tts_json_key: str = 'downloads/gc-tts-key.json'
language_code: str = 'ru-RU'
goole_tts_json_key: str = 'tts-gc-key.json'
# Silero TTS
silero_model_url: str = 'https://models.silero.ai/models/tts/ru/ru_v3.pt'