1
0
mirror of https://github.com/janvarev/Irene-Voice-Assistant.git synced 2025-11-23 22:45:08 +02:00

7.5 - поддержка fuzzy_processor - нечеткого распознавания команд (пока только демо-пример в plugin_fuzzy_demo.py

This commit is contained in:
janvarev
2023-01-24 18:00:12 +03:00
parent dc6cd1e802
commit 2129d7a7f6
4 changed files with 88 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ from vacore import VACore
def start(core:VACore):
manifest = {
"name": "Core plugin",
"version": "2.6",
"version": "3.0",
"default_options": {
"mpcIsUse": True,
@@ -32,6 +32,7 @@ def start(core:VACore):
"contextRemoteWaitForCall": False,
"tempDir": "temp",
"fuzzyThreshold": 0.95,
},
}