mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-02-17 11:55:35 +02:00
minor improvements
This commit is contained in:
parent
e555f7f9c8
commit
b8d62a933a
14
.gitignore
vendored
14
.gitignore
vendored
@ -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
|
||||
|
@ -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'
|
Loading…
x
Reference in New Issue
Block a user