Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def format_prompt(prompt,retrieved_documents,k):
|
|
| 93 |
# Called by talk function to add retrieved documents to the prompt. Keeps adding text of retrieved documents to string taht are retreived
|
| 94 |
|
| 95 |
print("check3")
|
| 96 |
-
print(PROMPT)
|
| 97 |
|
| 98 |
print("check3A")
|
| 99 |
|
|
|
|
| 93 |
# Called by talk function to add retrieved documents to the prompt. Keeps adding text of retrieved documents to string taht are retreived
|
| 94 |
|
| 95 |
print("check3")
|
| 96 |
+
#print(PROMPT)
|
| 97 |
|
| 98 |
print("check3A")
|
| 99 |
|