mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
优化批量转写的显示效果
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user