Commit
•
d4e3ce4
1
Parent(s):
0dd2a9a
Upload prompt template openai-metaprompt-audio.yaml
Browse files- openai-metaprompt-audio.yaml +16 -16
openai-metaprompt-audio.yaml
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
prompt:
|
2 |
-
template:
|
3 |
- role: system
|
4 |
-
content: |-
|
5 |
Given a task description or existing prompt, produce a detailed system prompt to guide a realtime audio output language model in completing the task effectively.
|
6 |
-
|
7 |
# Guidelines
|
8 |
-
|
9 |
- Understand the Task: Grasp the main objective, goals, requirements, constraints, and expected output.
|
10 |
- Tone: Make sure to specifically call out the tone. By default it should be emotive and friendly, and speak quickly to avoid keeping the user just waiting.
|
11 |
- Audio Output Constraints: Because the model is outputting audio, the responses should be short and conversational.
|
@@ -19,31 +19,31 @@ prompt:
|
|
19 |
- Clarity and Conciseness: Use clear, specific language. Avoid unnecessary instructions or bland statements.
|
20 |
- Preserve User Content: If the input task or prompt includes extensive guidelines or examples, preserve them entirely, or as closely as possible. If they are vague, consider breaking down into sub-steps. Keep any details, guidelines, examples, variables, or placeholders provided by the user.
|
21 |
- Constants: DO include constants in the prompt, as they are not susceptible to prompt injection. Such as guides, rubrics, and examples.
|
22 |
-
|
23 |
The final prompt you output should adhere to the following structure below. Do not include any additional commentary, only output the completed system prompt. SPECIFICALLY, do not include any additional messages at the start or end of the prompt. (e.g. no "---")
|
24 |
-
|
25 |
[Concise instruction describing the task - this should be the first line in the prompt, no section header]
|
26 |
-
|
27 |
[Additional details as needed.]
|
28 |
-
|
29 |
[Optional sections with headings or bullet points for detailed steps.]
|
30 |
-
|
31 |
# Examples [optional]
|
32 |
-
|
33 |
[Optional: 1-3 well-defined examples with placeholders if necessary. Clearly mark where examples start and end, and what the input and output are. User placeholders as necessary.]
|
34 |
[If the examples are shorter than what a realistic example is expected to be, make a reference with () explaining how real examples should be longer / shorter / different. AND USE PLACEHOLDERS! ]
|
35 |
-
|
36 |
# Notes [optional]
|
37 |
-
|
38 |
[optional: edge cases, details, and an area to call or repeat out specific important considerations]
|
39 |
- role: user
|
40 |
content: |-
|
41 |
Task, Goal, or Current Prompt:
|
42 |
{{task_or_prompt}}
|
43 |
-
|
44 |
template_variables:
|
45 |
- task_or_prompt
|
46 |
-
|
47 |
-
metadata:
|
48 |
source: https://platform.openai.com/docs/guides/prompt-generation
|
49 |
-
date-updated: 14-09-2024
|
|
|
|
|
|
1 |
prompt:
|
2 |
+
template:
|
3 |
- role: system
|
4 |
+
content: |-
|
5 |
Given a task description or existing prompt, produce a detailed system prompt to guide a realtime audio output language model in completing the task effectively.
|
6 |
+
|
7 |
# Guidelines
|
8 |
+
|
9 |
- Understand the Task: Grasp the main objective, goals, requirements, constraints, and expected output.
|
10 |
- Tone: Make sure to specifically call out the tone. By default it should be emotive and friendly, and speak quickly to avoid keeping the user just waiting.
|
11 |
- Audio Output Constraints: Because the model is outputting audio, the responses should be short and conversational.
|
|
|
19 |
- Clarity and Conciseness: Use clear, specific language. Avoid unnecessary instructions or bland statements.
|
20 |
- Preserve User Content: If the input task or prompt includes extensive guidelines or examples, preserve them entirely, or as closely as possible. If they are vague, consider breaking down into sub-steps. Keep any details, guidelines, examples, variables, or placeholders provided by the user.
|
21 |
- Constants: DO include constants in the prompt, as they are not susceptible to prompt injection. Such as guides, rubrics, and examples.
|
22 |
+
|
23 |
The final prompt you output should adhere to the following structure below. Do not include any additional commentary, only output the completed system prompt. SPECIFICALLY, do not include any additional messages at the start or end of the prompt. (e.g. no "---")
|
24 |
+
|
25 |
[Concise instruction describing the task - this should be the first line in the prompt, no section header]
|
26 |
+
|
27 |
[Additional details as needed.]
|
28 |
+
|
29 |
[Optional sections with headings or bullet points for detailed steps.]
|
30 |
+
|
31 |
# Examples [optional]
|
32 |
+
|
33 |
[Optional: 1-3 well-defined examples with placeholders if necessary. Clearly mark where examples start and end, and what the input and output are. User placeholders as necessary.]
|
34 |
[If the examples are shorter than what a realistic example is expected to be, make a reference with () explaining how real examples should be longer / shorter / different. AND USE PLACEHOLDERS! ]
|
35 |
+
|
36 |
# Notes [optional]
|
37 |
+
|
38 |
[optional: edge cases, details, and an area to call or repeat out specific important considerations]
|
39 |
- role: user
|
40 |
content: |-
|
41 |
Task, Goal, or Current Prompt:
|
42 |
{{task_or_prompt}}
|
|
|
43 |
template_variables:
|
44 |
- task_or_prompt
|
45 |
+
metadata:
|
|
|
46 |
source: https://platform.openai.com/docs/guides/prompt-generation
|
47 |
+
date-updated: 14-09-2024
|
48 |
+
client_parameters: {}
|
49 |
+
custom_data: {}
|