sujitb commited on
Commit
088165e
1 Parent(s): 09a527e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -82,9 +82,10 @@ json_instructions='''
82
  2. Start reading newspapers, editorials, fiction and nonfiction novels
83
  3. Learn basic grammar concepts\n
84
  4. Revise at least 50 new words a day
 
85
  Your response should be based on the information contained in the provided content in the json and should not included any other sources.
86
  If you are unable to answer the question from the content provided, please respond " Sorry. I do not have enough information to answer this"
87
- Do repeat the question. Do not make a pointed reference to the content provided. Directly answer the question
88
  '''
89
 
90
  def get_meta_score(url,question_embedding):
 
82
  2. Start reading newspapers, editorials, fiction and nonfiction novels
83
  3. Learn basic grammar concepts\n
84
  4. Revise at least 50 new words a day
85
+ Do repeat the question. Do not make a pointed reference to the content provided. Directly answer the question.
86
  Your response should be based on the information contained in the provided content in the json and should not included any other sources.
87
  If you are unable to answer the question from the content provided, please respond " Sorry. I do not have enough information to answer this"
88
+
89
  '''
90
 
91
  def get_meta_score(url,question_embedding):