mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
enh: abililty to stop merge response
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
export let stopResponse: Function;
|
||||
|
||||
export let autoScroll = false;
|
||||
export let generating = false;
|
||||
|
||||
export let atSelectedModel: Model | undefined = undefined;
|
||||
export let selectedModels: [''];
|
||||
@@ -1820,7 +1821,7 @@
|
||||
</Tooltip>
|
||||
{/if}
|
||||
|
||||
{#if (taskIds && taskIds.length > 0) || (history.currentId && history.messages[history.currentId]?.done != true)}
|
||||
{#if (taskIds && taskIds.length > 0) || (history.currentId && history.messages[history.currentId]?.done != true) || generating}
|
||||
<div class=" flex items-center">
|
||||
<Tooltip content={$i18n.t('Stop')}>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user