update:优化

This commit is contained in:
3030332422
2025-07-09 14:23:47 +08:00
parent 5c83d63fe2
commit d13fb73c67
6 changed files with 29 additions and 15 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class Dialogue:
# 添加说话人个性化描述
try:
config = load_config()
voiceprint_config = config.get("plugins", {}).get("voiceprint", {})
voiceprint_config = config.get("voiceprint", {})
speakers = voiceprint_config.get("speakers", [])
if speakers: