Spaces:
Runtime error
Runtime error
Commit
·
51b6c0e
1
Parent(s):
0954614
update prompt
Browse files
app.py
CHANGED
@@ -492,10 +492,10 @@ You are a helpful AI assistant.
|
|
492 |
"""
|
493 |
prompthead_openai = \
|
494 |
"""
|
495 |
-
|
496 |
-
You must always search information in vector database first and try to answer the
|
497 |
Only when there is no information available from vector database, you can search information by using other tools.
|
498 |
-
In case conflict information found by vector database and by other tools,
|
499 |
"""
|
500 |
|
501 |
|
|
|
492 |
"""
|
493 |
prompthead_openai = \
|
494 |
"""
|
495 |
+
Answer the following question as best as you can with detail information and explanation.
|
496 |
+
You must always search information in vector database first and try to 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 tools.
|
498 |
+
In case conflict information found by vector database and by other tools, you must answer based on vector database information only.
|
499 |
"""
|
500 |
|
501 |
|