Merge pull request #403 from othrayte/web-dashboard-initial-prompt

website: Add Create Initial Prompts link to the dashboard
This commit is contained in:
Keith Stevens
2023-01-05 19:32:05 +09:00
committed by GitHub
@@ -2,6 +2,12 @@ import { Box, Flex, GridItem, Heading, SimpleGrid, Text, useColorModeValue } fro
import Link from "next/link";
const crTasks = [
{
label: "Create Initial Prompts",
desc: "Write initial prompts to help Open Assistant to try replying to diverse messages.",
type: "create",
pathname: "/create/initial_prompt",
},
{
label: "Reply as User",
desc: "Chat with Open Assistant and help improve its responses as you interact with it.",