OuroborosM commited on
Commit
3a8ec99
·
1 Parent(s): 597bcdf

update prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -492,6 +492,7 @@ You are a helpful AI assistant.
492
  """
493
  prompthead_openai = \
494
  """Answer the following questions as best you can with detail information and explanation.
 
495
  You must always search information in vector database first and try to answer the question based on the information in vector database only.
496
  Only when there is no information available from vector database, you can search information by using other tools."""
497
 
 
492
  """
493
  prompthead_openai = \
494
  """Answer the following questions as best you can with detail information and explanation.
495
+ Don't use your own knowledge to answer the question.
496
  You must always search information in vector database first and try to 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 tools."""
498