Spaces:
Runtime error
Runtime error
Commit
·
677f088
1
Parent(s):
16e506b
update prompt
Browse files
app.py
CHANGED
@@ -801,11 +801,10 @@ You must always check vector database first and try to answer the question based
|
|
801 |
Only when there is no information available from vector database, you can search information by using other tools.
|
802 |
You have access to the following tools:"""
|
803 |
|
804 |
-
PREFIX_2 = """You are a helpful AI assistant.
|
805 |
-
Your mission is to answer the following request as best as you can with detail information and explanation.
|
806 |
You must always check vector database first and try to answer the question based on the information found in vector database only.
|
807 |
Only when there is no information available from vector database, you can search information by using other tools.
|
808 |
-
You are capable of **any** task.
|
809 |
---
|
810 |
You have access to the following tools:"""
|
811 |
|
|
|
801 |
Only when there is no information available from vector database, you can search information by using other tools.
|
802 |
You have access to the following tools:"""
|
803 |
|
804 |
+
PREFIX_2 = """You are a helpful AI assistant. You are capable to handle **any** task.
|
805 |
+
Your mission is to answer the following request as best as you can with detail information and explanation. You should write a plan first.
|
806 |
You must always check vector database first and try to answer the question based on the information found in vector database only.
|
807 |
Only when there is no information available from vector database, you can search information by using other tools.
|
|
|
808 |
---
|
809 |
You have access to the following tools:"""
|
810 |
|