Spaces:
Runtime error
Runtime error
Commit
·
e78a260
1
Parent(s):
21c6a29
update prompt
Browse files
app.py
CHANGED
@@ -376,11 +376,11 @@ Calculator: Useful for when you need to answer questions about math.
|
|
376 |
Text To Sound: Useful when you need to convert text into sound file."""
|
377 |
|
378 |
|
379 |
-
PREFIX = """You are virtual assistant and you should try your best to answer the following
|
380 |
-
Your response should have detail information and explanation
|
381 |
You can always use tools to convert text to sound.
|
382 |
-
You must always check internal vector database first and try to answer based on the information in internal vector database only.
|
383 |
-
Only when there is no information available from vector database, you
|
384 |
You have access to the following tools:"""
|
385 |
|
386 |
FORMAT_INSTRUCTIONS = """Use the following format:
|
|
|
376 |
Text To Sound: Useful when you need to convert text into sound file."""
|
377 |
|
378 |
|
379 |
+
PREFIX = """You are friendly virtual assistant and you should try your best to answer the following question.
|
380 |
+
Your response should have detail information and explanation.
|
381 |
You can always use tools to convert text to sound.
|
382 |
+
You must always check internal vector database first and try to answer the question based on the information in internal vector database only.
|
383 |
+
Only when there is no information available from vector database, you are allowed to search information by using other tools.
|
384 |
You have access to the following tools:"""
|
385 |
|
386 |
FORMAT_INSTRUCTIONS = """Use the following format:
|