OuroborosM commited on
Commit
6a0d0d0
·
1 Parent(s): 0fa598e

update pormpt 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
 
 
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 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