This commit is contained in:
turn_wind 2025-03-09 00:02:40 +08:00
parent c75d53ba40
commit 6a05f38044

View File

@ -271,7 +271,7 @@ def explain_with_audio():
})
# 生成讲解
explanation = generate_explanation(text)
explanation = generate_explanation(page_num,text)
# 将讲解转换为语音
tts_result = text_to_speech(explanation, voice, speed)