Spaces:
Runtime error
Runtime error
Commit
·
d1b54e9
1
Parent(s):
e78a260
update prompt
Browse files
app.py
CHANGED
@@ -376,11 +376,10 @@ 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 = """
|
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
|
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 = """Answer the following questions as best you can with detail information and explanation.
|
|
|
380 |
You can always use tools to convert text to sound.
|
381 |
+
You must always check internal vector database first and try to answer the question based on the information found in internal vector database only.
|
382 |
+
Only when there is no information available from vector database, you can search information by using other tools.
|
383 |
You have access to the following tools:"""
|
384 |
|
385 |
FORMAT_INSTRUCTIONS = """Use the following format:
|