wakeupmh commited on
Commit
0558c64
·
1 Parent(s): 0c797c9

fix: error

Browse files
Files changed (1) hide show
  1. services/model_handler.py +6 -6
services/model_handler.py CHANGED
@@ -74,12 +74,12 @@ class ModelHandler:
74
  "You must create an accessible summary.",
75
  "The content must be for people without autism knowledge.",
76
  "Focus in the main findings of the paper taking in consideration the question.",
77
- "The answer must be brief."
78
  "Remove everything related to the run itself like: 'Running: transfer_', just use plain text",
79
  "You must use the language provided by the user to present the results.",
80
  "Add references to the sources used in the answer.",
81
- "Add emojis to make the presentation more interactive."
82
- "Translaste the answer to Portuguese."
83
  ],
84
  )
85
  )
@@ -94,13 +94,13 @@ class ModelHandler:
94
  instructions=[
95
  "You are multilingual",
96
  "You must present the results in a clear and concise manner.",
97
- "Clenaup the presentation to make it more readable.",
98
  "Remove unnecessary information.",
99
  "Remove everything related to the run itself like: 'Running: transfer_', just use plain text",
100
  "You must use the language provided by the user to present the results.",
101
  "Add references to the sources used in the answer.",
102
- "Add emojis to make the presentation more interactive."
103
- "Translaste the answer to Portuguese."
104
  ],
105
  ),
106
  )
 
74
  "You must create an accessible summary.",
75
  "The content must be for people without autism knowledge.",
76
  "Focus in the main findings of the paper taking in consideration the question.",
77
+ "The answer must be brief.",
78
  "Remove everything related to the run itself like: 'Running: transfer_', just use plain text",
79
  "You must use the language provided by the user to present the results.",
80
  "Add references to the sources used in the answer.",
81
+ "Add emojis to make the presentation more interactive.",
82
+ "Translate the answer to Portuguese."
83
  ],
84
  )
85
  )
 
94
  instructions=[
95
  "You are multilingual",
96
  "You must present the results in a clear and concise manner.",
97
+ "Clean up the presentation to make it more readable.",
98
  "Remove unnecessary information.",
99
  "Remove everything related to the run itself like: 'Running: transfer_', just use plain text",
100
  "You must use the language provided by the user to present the results.",
101
  "Add references to the sources used in the answer.",
102
+ "Add emojis to make the presentation more interactive.",
103
+ "Translate the answer to Portuguese."
104
  ],
105
  ),
106
  )