forked from open-webui/open-webui
feat: continue generation
This commit is contained in:
parent
57c90228bd
commit
26438c29d5
4 changed files with 143 additions and 95 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
export let chatId = '';
|
||||
export let sendPrompt: Function;
|
||||
export let continueGeneration: Function;
|
||||
export let regenerateResponse: Function;
|
||||
|
||||
export let processing = '';
|
||||
|
@ -296,6 +297,7 @@
|
|||
{showNextMessage}
|
||||
{rateMessage}
|
||||
{copyToClipboard}
|
||||
{continueGeneration}
|
||||
{regenerateResponse}
|
||||
/>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue