Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,6 +90,8 @@ def load_prompt():
|
|
90 |
just say that you don't know, don't try to make up an answer. Provide a source reference from the context.
|
91 |
ALWAYS return a "sources" part in your answer.
|
92 |
The "sources" part should be a reference to the context from which you got your answer.
|
|
|
|
|
93 |
|
94 |
|
95 |
The output should be a markdown code snippet formatted in the following schema:
|
|
|
90 |
just say that you don't know, don't try to make up an answer. Provide a source reference from the context.
|
91 |
ALWAYS return a "sources" part in your answer.
|
92 |
The "sources" part should be a reference to the context from which you got your answer.
|
93 |
+
|
94 |
+
Do NOT use any references not given in the context!
|
95 |
|
96 |
|
97 |
The output should be a markdown code snippet formatted in the following schema:
|