nickmuchi commited on
Commit
823267b
1 Parent(s): 9917e22

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +3 -2
functions.py CHANGED
@@ -75,12 +75,13 @@ If you don't know the answer, just say that you don't know, don't try to make up
75
  ALWAYS return a "SOURCES" part in your answer.
76
  The "SOURCES" part should be a reference to the source of the document from which you got your answer.
77
 
78
- In addition to giving an answer, also return a score of how fully it answered the user's question. This should be in the following format:
 
 
79
 
80
  Question: [question here]
81
  Helpful Answer: [answer here]
82
  SOURCES: xyz
83
- Score: [score between 0 and 100]
84
 
85
  If there is no sources found please return the below:
86
 
 
75
  ALWAYS return a "SOURCES" part in your answer.
76
  The "SOURCES" part should be a reference to the source of the document from which you got your answer.
77
 
78
+ Remember, do not reference any information not given in the context.
79
+
80
+ Follow the below format when answering:
81
 
82
  Question: [question here]
83
  Helpful Answer: [answer here]
84
  SOURCES: xyz
 
85
 
86
  If there is no sources found please return the below:
87