Spaces:
Runtime error
Runtime error
File size: 8,568 Bytes
cd6f98e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
import {
FaAppleAlt,
FaBlog,
FaBook,
FaBookOpen,
FaBookReader,
FaCalendarAlt,
FaChartLine,
FaDumbbell,
FaFileAlt,
FaGamepad,
FaGraduationCap,
FaHashtag,
FaLaptopCode,
FaMoneyBillWave,
FaPalette,
FaPlaneDeparture,
FaRegEnvelope,
FaRegNewspaper,
FaShoppingCart,
FaStarAndCrescent,
} from "react-icons/fa";
export const TEMPLATE_DATA: TemplateModel[] = [
{
name: "ResearchGPT",
icon: <FaBookReader />,
category: "Academics and Professional",
description: "Generate a thorough report on a specific subject",
promptTemplate:
"Compile a comprehensive report on Global Warming, touching on its causes, effects, and mitigation strategies. Include recent research findings and statistics.",
placeholder: "Global Warming",
},
{
name: "BrandGPT",
icon: <FaShoppingCart />,
category: "Academics and Professional",
description: "Evaluate a brand's performance, market position, and future prospects",
promptTemplate:
"Provide an in-depth analysis of the Coca-Cola brand, assessing its current market status, consumer perception, competitive positioning, and future outlook. Include potential strategies for growth.",
placeholder: "Coca-Cola",
},
{
name: "TravelGPT",
icon: <FaPlaneDeparture />,
category: "Other",
description: "Plan a detailed journey to a selected destination",
promptTemplate:
"Outline a detailed itinerary for a 7-day trip to Paris, including sightseeing recommendations, accommodation options, and local dining experiences.",
placeholder: "Paris",
},
{
name: "PlatformerGPT",
icon: <FaGamepad />,
category: "Creative and Social",
description: "Code a platformer game featuring a popular character or theme",
promptTemplate:
"Develop a platformer game featuring the adventures of Mario in a mysterious realm.",
placeholder: "Mario",
},
{
name: "IndustryGPT",
icon: <FaBook />,
category: "Academics and Professional",
description:
"Present a comprehensive review of an industry, covering key trends, players, and future predictions",
promptTemplate:
"Conduct an in-depth examination of the ClimateTech industry, detailing its current market status, emerging trends, significant challenges, and opportunities. Make sure to include data and statistics, a list of major players, a forecast for the industry, and how current events or developments could influence it.",
placeholder: "ClimateTech",
},
{
name: "ScraperGPT",
icon: <FaLaptopCode />,
category: "Other",
description: "Extract and summarize data from a selected website",
promptTemplate:
"Write a program to scrape the IMDb website and summarize the top 10 trending movies, including their ratings, director names, and a brief synopsis.",
placeholder: "IMDb",
},
{
name: "PostGPT",
icon: <FaHashtag />,
category: "Creative and Social",
description: "Create engaging captions and hashtags for your social media posts",
promptTemplate:
"Create an engaging caption and appropriate hashtags for a social media post celebrating a fun-filled Summer Vacation at the beach.",
placeholder: "Summer Vacation",
},
{
name: "EmailGPT",
icon: <FaRegEnvelope />,
category: "Academics and Professional",
description: "Compose a concise and detailed email",
promptTemplate:
"Compose a clear and succinct email to update the team about the progress of Project Alpha, discussing completed milestones, forthcoming tasks, and any challenges encountered.",
placeholder: "Project Alpha",
},
{
name: "ResumeGPT",
icon: <FaFileAlt />,
category: "Academics and Professional",
description: "Design a professional resume based on your career history and skills",
promptTemplate:
"Develop a resume highlighting your skills and experiences in the Marketing field, paying particular attention to relevant projects, achievements, and any unique capabilities.",
placeholder: "Marketing",
},
{
name: "NovelGPT",
icon: <FaBookOpen />,
category: "Creative and Social",
description: "Begin writing a novel in a selected genre",
promptTemplate:
"Begin writing a Fantasy novel set in a magical realm teeming with enchanting creatures, ancient prophecies, and epic quests.",
placeholder: "Fantasy",
},
{
name: "DietGPT",
icon: <FaAppleAlt />,
category: "Health and Fitness",
description: "Create a customized diet plan based on dietary preferences and goals",
promptTemplate:
"Create a Vegetarian diet plan for a week aimed at promoting weight loss and overall health. Include a shopping list, meal suggestions, and simple recipes.",
placeholder: "Vegetarian",
},
{
name: "FitnessGPT",
icon: <FaDumbbell />,
category: "Health and Fitness",
description: "Design a workout regimen tailored to your fitness goals",
promptTemplate:
"Develop a 4-week workout regimen for Weight Loss that includes a balanced mix of cardio, strength training, and flexibility exercises. Include rest days and provide safety precautions.",
placeholder: "Weight Loss",
},
{
name: "MarketingGPT",
icon: <FaChartLine />,
category: "Academics and Professional",
description: "Design a comprehensive marketing strategy for your business",
promptTemplate:
"Develop a 6-month marketing plan for a Tech Startup. Include marketing objectives, target audience analysis, promotional strategies, budget allocation, timelines, and performance indicators.",
placeholder: "Tech Startup",
},
{
name: "BudgetGPT",
icon: <FaMoneyBillWave />,
category: "Academics and Professional",
description: "Prepare a personal or family budget",
promptTemplate:
"Create a detailed budget for a Family Vacation to Europe, including expenses for flights, accommodation, meals, sightseeing, shopping, and any contingencies.",
placeholder: "Family Vacation",
},
{
name: "StudyGPT",
icon: <FaGraduationCap />,
category: "Academics and Professional",
description: "Design a study schedule to achieve your academic objectives",
promptTemplate:
"Draft a study schedule for Final Exams, including study times, subjects to be covered each day, revision days, and breaks for rest and relaxation.",
placeholder: "Final Exams",
},
{
name: "NewsGPT",
icon: <FaRegNewspaper />,
category: "Other",
description: "Author a detailed news article on a selected topic",
promptTemplate:
"Write a detailed news article discussing recent Technology Advancements, including their implications for society and the economy.",
placeholder: "Technology Advancements",
},
{
name: "EventPlannerGPT",
icon: <FaCalendarAlt />,
category: "Other",
description: "Organize a detailed schedule for your forthcoming event",
promptTemplate:
"Plan a detailed schedule for a Music Festival, including artist line-ups, set times, venue arrangements, and contingency plans.",
placeholder: "Music Festival",
},
{
name: "BlogGPT",
icon: <FaBlog />,
category: "Creative and Social",
description: "Write a blog post on a selected topic",
promptTemplate:
"Write an engaging blog post about Healthy Living, discussing nutrition, exercise, mental health, and practical tips for maintaining a healthy lifestyle.",
placeholder: "Healthy Living",
},
{
name: "AstroGPT",
icon: <FaStarAndCrescent />,
category: "Science and Technology",
description: "Discuss astronomical phenomena, discoveries, and related technology",
promptTemplate:
"Delve into the latest discoveries about Black Holes. Cover their characteristics, theoretical underpinnings, related astronomical observations, and potential technological advancements driven by the research.",
placeholder: "Black Holes",
},
{
name: "ArtReviewGPT",
icon: <FaPalette />,
category: "Creative and Social",
description: "Critique a piece of art, discussing its style, context, and influence",
promptTemplate:
"Provide a thoughtful critique of Vincent van Gogh's 'Starry Night'. Discuss its artistic style, historical context, symbolism, and influence on later art movements.",
placeholder: "Starry Night",
},
];
export interface TemplateModel {
name: string;
icon: JSX.Element;
category: string;
description: string;
promptTemplate: string;
placeholder: string;
}
|