@echo off chcp 65001 >nul title Whisper 语音识别服务 echo ======================================== echo 启动 Whisper 语音识别服务 echo ======================================== echo. cd /d "%~dp0" echo 正在启动服务... echo 服务地址: http://localhost:5001 echo. echo 按 Ctrl+C 可停止服务 echo. echo ======================================== echo. python whisper_server.py pause