diff --git a/dsLightRag/KeDaXunFei/XunFeiAudioEvaluator_cn.py b/dsLightRag/KeDaXunFei/XunFeiAudioEvaluator_cn.py index 00253ae1..9378b946 100644 --- a/dsLightRag/KeDaXunFei/XunFeiAudioEvaluator_cn.py +++ b/dsLightRag/KeDaXunFei/XunFeiAudioEvaluator_cn.py @@ -301,7 +301,7 @@ if __name__ == '__main__': audio_file = r'D:\dsWork\dsProject\dsLightRag\static\audio\audio_afc0a96e382c428cba2f00e3f71e4e8f.mp3' # 创建评测器实例 txt="Hello everyone! Nice to meet you. Today is a beautiful day. I am learning English pronunciation with this tool." - evaluator = XunFeiAudioEvaluator_en(appid, api_key, api_secret, audio_file, "english", txt) + evaluator = XunFeiAudioEvaluator_cn(appid, api_key, api_secret, audio_file, "english", txt) # 运行评测 results, eval_time = evaluator.run_evaluation()