优化批量转写的显示效果

This commit is contained in:
xuncha
2026-02-06 23:11:03 +08:00
parent 63ac715792
commit c988e4accf
3 changed files with 12 additions and 6 deletions

View File

@@ -1277,7 +1277,7 @@ function ChatPage(_props: ChatPageProps) {
const session = sessions.find(s => s.username === currentSessionId)
if (!session) return
startTranscribe(voiceMessages.length)
startTranscribe(voiceMessages.length, session.displayName || session.username)
// 检查模型状态
const modelStatus = await window.electronAPI.whisper.getModelStatus()