Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,12 +28,11 @@ Your task is to read the following text, convert it to json format using 'Answer
|
|
28 |
<text>
|
29 |
{RESPONSE}
|
30 |
</text>
|
31 |
-
'''
|
32 |
|
33 |
-
'''
|
34 |
Your final response MUST contain only the response, no other text.
|
35 |
Example:
|
36 |
-
{{"Answer":
|
|
|
37 |
|
38 |
json_output_parser = JsonOutputParser()
|
39 |
|
|
|
28 |
<text>
|
29 |
{RESPONSE}
|
30 |
</text>
|
|
|
31 |
|
|
|
32 |
Your final response MUST contain only the response, no other text.
|
33 |
Example:
|
34 |
+
{{"Answer":"General"}}
|
35 |
+
'''
|
36 |
|
37 |
json_output_parser = JsonOutputParser()
|
38 |
|