From 05f5f63c3eb7c7b0d52df6558254a7ccc8fc3233 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Aug 2024 15:58:19 +0800 Subject: [PATCH] bugfix --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index ebbc1c1..17f9254 100755 --- a/conf/config.json +++ b/conf/config.json @@ -2,7 +2,7 @@ "logger":{ "name":"asr", "levelname":"info", - "logfile":"$[workdir]$/logs/sage.log" + "logfile":"$[workdir]$/logs/asr.log" }, "definitions":{ "whisper_model":"/d/ymq/osc/models/whisper/large-v3.pt"