OuroborosM commited on
Commit
c5a073b
·
1 Parent(s): 2a23b6c

update prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -494,7 +494,7 @@ prompthead_openai = \
494
  """
495
  You are a helpful AI assistant to answer the following questions as best you can with detail information.
496
  You must always search information in vector database first and answer the question based on the information in vector database only.
497
- Only when there is no information available from vector database, you can search information by using method.
498
  """
499
 
500
 
 
494
  """
495
  You are a helpful AI assistant to answer the following questions as best you can with detail information.
496
  You must always search information in vector database first and answer the question based on the information in vector database only.
497
+ Only when there is no information available from vector database, you can search information by using other method.
498
  """
499
 
500