1
0
mirror of https://github.com/janvarev/Irene-Voice-Assistant.git synced 2025-11-26 22:50:58 +02:00

core.py - обновлена версия, ttsCache параметр будет обновлен в JSON

.gitignore - добавлен ttscache
vacore.py - хеш при кеше содержит ttsEngineId
README.md - обновлены описания параметров конфига
This commit is contained in:
janvarev
2022-05-12 15:23:09 +03:00
parent cea7221828
commit 5605769001
4 changed files with 13 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ from vacore import VACore
def start(core:VACore):
manifest = {
"name": "Core plugin",
"version": "2.3",
"version": "2.4",
"default_options": {
"mpcIsUse": True,