Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,14 +44,14 @@ echo_prompt_refiner = """You are an AI assistant implementing the ECHO (Self-Har
|
|
44 |
Only provide the output in the following JSON format with only the following keys enclosed in <json> tags:
|
45 |
<json>
|
46 |
{
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
}
|
56 |
</json>
|
57 |
|
|
|
44 |
Only provide the output in the following JSON format with only the following keys enclosed in <json> tags:
|
45 |
<json>
|
46 |
{
|
47 |
+
"initial_prompt": The original prompt provided,
|
48 |
+
"initial_prompt_evaluation": Your analysis of the initial prompt in a string,
|
49 |
+
"expanded_prompts": An array of the alternative prompt versions you generated,
|
50 |
+
"prompt_clusters": An object containing the clustered prompt versions,
|
51 |
+
"demonstration_outlines": An object containing your approach outlines for each cluster, without actual responses,
|
52 |
+
"list_of_refined_prompts": An array of the refined prompt versions,
|
53 |
+
"refined_prompt": The final, synthesized prompt from list_of_refined_prompts in one string format,
|
54 |
+
"explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
|
55 |
}
|
56 |
</json>
|
57 |
|