feat: continue generation

This commit is contained in:
Timothy J. Baek 2024-02-15 01:23:02 -08:00
parent 57c90228bd
commit 26438c29d5
4 changed files with 143 additions and 95 deletions

View file

@ -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}