mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
enh: voice input support for knowledge text content
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
export let recording = false;
|
||||
export let className = ' p-2.5 w-full max-w-full';
|
||||
|
||||
let loading = false;
|
||||
let confirmed = false;
|
||||
@@ -282,7 +283,7 @@
|
||||
<div
|
||||
class="{loading
|
||||
? ' bg-gray-100/50 dark:bg-gray-850/50'
|
||||
: 'bg-indigo-300/10 dark:bg-indigo-500/10 '} rounded-full flex p-2.5"
|
||||
: 'bg-indigo-300/10 dark:bg-indigo-500/10 '} rounded-full flex {className}"
|
||||
>
|
||||
<div class="flex items-center mr-1">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user