You've already forked Irene-Voice-Assistant
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:
@@ -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,
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user