forked from open-webui/open-webui
feat: convo mode
This commit is contained in:
parent
cb5520c519
commit
3015bb766d
3 changed files with 34 additions and 2 deletions
|
@ -674,6 +674,7 @@
|
|||
{#if messages.length == 0 || messages.at(-1).done == true}
|
||||
{#if speechRecognitionEnabled}
|
||||
<button
|
||||
id="voice-input-button"
|
||||
class=" text-gray-600 dark:text-gray-300 transition rounded-lg p-1.5 mr-0.5 self-center"
|
||||
type="button"
|
||||
on:click={() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue