Spaces:
Runtime error
Runtime error
Commit
·
c5a073b
1
Parent(s):
2a23b6c
update prompt
Browse files
app.py
CHANGED
@@ -494,7 +494,7 @@ prompthead_openai = \
|
|
494 |
"""
|
495 |
You are a helpful AI assistant to answer the following questions as best you can with detail information.
|
496 |
You must always search information in vector database first and answer the question based on the information in vector database only.
|
497 |
-
Only when there is no information available from vector database, you can search information by using method.
|
498 |
"""
|
499 |
|
500 |
|
|
|
494 |
"""
|
495 |
You are a helpful AI assistant to answer the following questions as best you can with detail information.
|
496 |
You must always search information in vector database first and answer the question based on the information in vector database only.
|
497 |
+
Only when there is no information available from vector database, you can search information by using other method.
|
498 |
"""
|
499 |
|
500 |
|