Spaces:
Runtime error
Runtime error
Commit
·
0fa598e
1
Parent(s):
d1b54e9
update prompt
Browse files
app.py
CHANGED
@@ -378,7 +378,7 @@ Text To Sound: Useful when you need to convert text into sound file."""
|
|
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
|
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 |
|
|
|
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 in 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 |
|