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

7.5.1 - небольшой фикс для fuzzy - забыл возврат из функции

This commit is contained in:
janvarev
2023-01-24 18:28:15 +03:00
parent 01cb4279d0
commit e21cea118a
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ def start(core:VACore):
"contextRemoteWaitForCall": False,
"tempDir": "temp",
"fuzzyThreshold": 0.95,
"fuzzyThreshold": 0.5,
},
}