leandrocarneiro commited on
Commit
f88d5c8
·
verified ·
1 Parent(s): 69db381

Update rag.py

Browse files
Files changed (1) hide show
  1. rag.py +2 -2
rag.py CHANGED
@@ -103,10 +103,10 @@ class Rag:
103
  The news should have a title.
104
  The news should be written in a formal language.
105
  The news should have between {min_words} and {max_words} words.
106
- The source written in the pieces of text should not be shown in the news.
107
  The total of words should no be shown in the news.
108
  The news should be written in Portuguese language.
109
- Answer the title and the news, once, nothing more.
110
  The news should be about the following context: <{context}>
111
  Question: <{question}>
112
  Answer here: """
 
103
  The news should have a title.
104
  The news should be written in a formal language.
105
  The news should have between {min_words} and {max_words} words.
106
+ The source should not be shown in the news.
107
  The total of words should no be shown in the news.
108
  The news should be written in Portuguese language.
109
+ Answer the title and the news, nothing more.
110
  The news should be about the following context: <{context}>
111
  Question: <{question}>
112
  Answer here: """