Update functions.py
Browse files- functions.py +3 -7
functions.py
CHANGED
@@ -80,14 +80,10 @@ def load_prompt():
|
|
80 |
|
81 |
Question: [question here]
|
82 |
Helpful Answer: [answer here]
|
83 |
-
SOURCES: xyz
|
84 |
|
85 |
-
If there is no sources found please
|
86 |
-
|
87 |
-
```
|
88 |
-
The answer is: foo
|
89 |
-
SOURCES: Please refer to references section
|
90 |
-
```
|
91 |
Begin!
|
92 |
----------------
|
93 |
{context}"""
|
|
|
80 |
|
81 |
Question: [question here]
|
82 |
Helpful Answer: [answer here]
|
83 |
+
SOURCES: [xyz]
|
84 |
|
85 |
+
If there is no sources found please say 'No relevant sources found in the earnings transcript'
|
86 |
+
|
|
|
|
|
|
|
|
|
87 |
Begin!
|
88 |
----------------
|
89 |
{context}"""
|