mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-01 17:59:28 -05:00
refac: voice recording web api
This commit is contained in:
@@ -452,6 +452,10 @@
|
||||
|
||||
await tick();
|
||||
document.getElementById('chat-textarea')?.focus();
|
||||
|
||||
if ($settings?.speechAutoSend ?? false) {
|
||||
submitPrompt(prompt, user);
|
||||
}
|
||||
}}
|
||||
/>
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user