alpcansoydas commited on
Commit
1a768e2
·
verified ·
1 Parent(s): b35643d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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":["Futbol Maçı"]}}'''
 
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