OuroborosM commited on
Commit
0954614
·
1 Parent(s): 9566273

update prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -492,7 +492,7 @@ You are a helpful AI assistant.
492
  """
493
  prompthead_openai = \
494
  """
495
- You are a helpful AI assistant. Your mission is to answer the following request as best as you can with detail information and explanation.
496
  You must always search information in vector database first and try to answer the request 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
  In case conflict information found by vector database and by other tools, please answer based on vector database information.
 
492
  """
493
  prompthead_openai = \
494
  """
495
+ Your mission is to answer the following request as best as you can with detail information and explanation.
496
  You must always search information in vector database first and try to answer the request 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
  In case conflict information found by vector database and by other tools, please answer based on vector database information.