nickmuchi commited on
Commit
a442bfb
1 Parent(s): d4d965b

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +2 -5
functions.py CHANGED
@@ -80,12 +80,9 @@ def load_prompt():
80
 
81
  Follow the below format when answering:
82
 
83
- Question: [question here]
84
- Helpful Answer: [answer here]
85
  SOURCES: [xyz]
86
-
87
- If there is no sources found please say 'No relevant sources found in the earnings transcript'
88
-
89
  Begin!
90
  ----------------
91
  {context}"""
 
80
 
81
  Follow the below format when answering:
82
 
83
+ Question: {question}
 
84
  SOURCES: [xyz]
85
+
 
 
86
  Begin!
87
  ----------------
88
  {context}"""