From ef68719b7d3044b1b2c21acb054db2855a14012f Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Mon, 22 Jan 2024 21:53:48 -0800 Subject: [PATCH] Update +page.svelte --- src/routes/(app)/c/[id]/+page.svelte | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/routes/(app)/c/[id]/+page.svelte b/src/routes/(app)/c/[id]/+page.svelte index 206b7398..531259d1 100644 --- a/src/routes/(app)/c/[id]/+page.svelte +++ b/src/routes/(app)/c/[id]/+page.svelte @@ -794,24 +794,7 @@ bind:files bind:prompt bind:autoScroll - suggestionPrompts={selectedModelfile?.suggestionPrompts ?? [ - { - title: ['Help me study', 'vocabulary for a college entrance exam'], - content: `Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option.` - }, - { - title: ['Give me ideas', `for what to do with my kids' art`], - content: `What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter.` - }, - { - title: ['Tell me a fun fact', 'about the Roman Empire'], - content: 'Tell me a random fun fact about the Roman Empire' - }, - { - title: ['Show me a code snippet', `of a website's sticky header`], - content: `Show me a code snippet of a website's sticky header in CSS and JavaScript.` - } - ]} + suggestionPrompts={selectedModelfile?.suggestionPrompts ?? $config.default_prompt_suggestions} {messages} {submitPrompt} {stopResponse}