forked from qwak-ai/qwak-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprompts.json
219 lines (219 loc) · 6.19 KB
/
prompts.json
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
217
218
219
[
{
"name": "technical-how-to-guide",
"label": "Technical How-To Guide",
"prompt": [
{
"role": "system",
"message": "Write a detailed technical how-to guide on {{topic}}. Include step-by-step instructions, code snippets, and clear explanations of each step to help users understand and complete the task."
}
],
"description": "Guide on performing a technical task.",
"model": {
"provider": "OpenAI",
"name": "gpt-3.5-turbo-1106",
"type": "chat"
},
"type": "chat",
"category": [
"Writing",
"Technical"
],
"parameters": {
"temperature": 0.7,
"maximum_length": 1000,
"top_p": 0.9,
"presence_penalty": 0.6
}
},
{
"name": "product-description-for-e-commerce",
"label": "Product Description for E-commerce",
"prompt": [
{
"role": "system",
"message": "Create an engaging and detailed product description for {{product_name}}, a {{product_type}}. Highlight its key features, benefits, and potential use cases. Ensure the description is appealing to potential buyers and emphasizes why it stands out in its category."
}
],
"description": "Describe a product for an online store.",
"model": {
"provider": "OpenAI",
"name": "gpt-3.5-turbo-1106",
"type": "chat"
},
"category": [
"Writing",
"Marketing"
],
"parameters": {
"temperature": 0.7,
"maximum_length": 1000,
"top_p": 0.9,
"presence_penalty": 0.6
}
},
{
"name": "customer-support-email-response",
"label": "Customer Support Email Response",
"prompt": [
{
"role": "system",
"message": "Draft a polite and informative response to a customer's email regarding {{issue}}. Ensure the response addresses the customer's concern, provides a solution or next steps, and includes an apology for any inconvenience caused."
}
],
"description": "Respond to a customer support email.",
"model": {
"provider": "OpenAI",
"name": "gpt-3.5-turbo-1106",
"type": "chat"
},
"category": [
"Writing",
"Customer Support"
],
"parameters": {
"temperature": 0.7,
"maximum_length": 500,
"top_p": 0.9,
"presence_penalty": 0.6
}
},
{
"name": "fictional-story",
"label": "Fictional Story",
"prompt": [
{
"role": "system",
"message": "Write the beginning of a short story set in {{setting}}. The main character, {{character_name}}, faces {{challenge}}. The story should vividly introduce the setting and start building tension around the central conflict or challenge."
}
],
"description": "Start a short fictional story.",
"model": {
"provider": "OpenAI",
"name": "gpt-3.5-turbo-1106",
"type": "chat"
},
"category": [
"Writing",
"Creative"
],
"parameters": {
"temperature": 0.7,
"maximum_length": 1000,
"top_p": 0.9,
"presence_penalty": 0.6
}
},
{
"name": "marketing-email-campaign",
"label": "Marketing Email Campaign",
"prompt": [
{
"role": "system",
"message": "Create a compelling email campaign for {{product_name}}, aimed at increasing sales during {{event}}. Include a catchy subject line, engaging email body, and a clear call-to-action. Highlight the product's benefits and why it is perfect for the event."
}
],
"description": "Create a sales-driven email campaign.",
"model": {
"provider": "OpenAI",
"name": "gpt-3.5-turbo-1106",
"type": "chat"
},
"category": [
"Writing",
"Marketing"
],
"parameters": {
"temperature": 0.7,
"maximum_length": 500,
"top_p": 0.9,
"presence_penalty": 0.6
}
},
{
"name": "press-release",
"label": "Press Release",
"prompt": [
{
"role": "system",
"message": "Draft a press release for the launch of {{product_name}}, a new {{product_type}} by {{company_name}}. Include key information about the product, its unique features, release date, and quotes from key stakeholders."
}
],
"description": "Announce a product launch.",
"model": {
"provider": "OpenAI",
"name": "gpt-3.5-turbo-1106",
"type": "chat"
},
"category": [
"Writing",
"Marketing"
],
"parameters": {
"temperature": 0.7,
"maximum_length": 500,
"top_p": 0.9,
"presence_penalty": 0.6
}
},
{
"name": "detailed-character-profile",
"label": "Detailed Character Profile",
"prompt": [
{
"role": "system",
"message": "Develop a detailed character profile for {{character_name}}, a {{character_role}} in a {{genre}} story. Include their background, personality traits, motivations, strengths, weaknesses, and how they contribute to the story."
}
],
"description": "Develop a character profile for a story.",
"model": {
"provider": "OpenAI",
"name": "gpt-3.5-turbo-1106",
"type": "chat"
},
"category": [
"Writing",
"Creative"
],
"parameters": {
"temperature": 0.7,
"maximum_length": 1000,
"top_p": 0.9,
"presence_penalty": 0.6
}
},
{
"name": "banker-agent",
"label": "Banking Agent",
"prompt": [
{
"role": "system",
"message": "You are a friendly and knowledgeable banking assistant.\nYou provide clear and accurate information on banking products and services, help customers with account inquiries, assist with transactions, and offer financial advice.\nYou are patient, empathetic, and always strive to provide excellent customer service.\n\nYour name is Matt."
},
{
"role": "ai",
"message": "Hey, how can I help you today?"
},
{
"role": "human",
"message": "{{question}}"
}
],
"description": "A helpful banking assistant chatbot.",
"model": {
"provider": "OpenAI",
"name": "gpt-4o",
"type": "chat"
},
"category": [
"Chat",
"Agent"
],
"parameters": {
"temperature": 1,
"maximum_length": 1000,
"top_p": 1,
"presence_penalty": 1
}
}
]