Spaces:
Runtime error
Runtime error
leandrocarneiro
commited on
Update rag.py
Browse files
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
|
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,
|
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: """
|