OuroborosM commited on
Commit
02a524a
·
1 Parent(s): e025691

update prompt for file names

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -799,6 +799,7 @@ PREFIX = """Answer the following questions as best you can with detail informati
799
  You can always use tools to convert text to sound.
800
  You must always check vector database first and try to answer the question based on the information in vector database only.
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.
 
799
  You can always use tools to convert text to sound.
800
  You must always check vector database first and try to answer the question based on the information in vector database only.
801
  Only when there is no information available from vector database, you can search information by using other tools.
802
+ When the final answer has output files, you must output the **name** of the file.
803
  You have access to the following tools:"""
804
 
805
  PREFIX_2 = """You are a helpful AI assistant. You are capable to handle **any** task.