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

update prompt

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -492,10 +492,10 @@ You are a helpful AI assistant.
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.
499
  """
500
 
501
 
 
492
  """
493
  prompthead_openai = \
494
  """
495
+ Answer the following question 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 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
+ In case conflict information found by vector database and by other tools, you must answer based on vector database information only.
499
  """
500
 
501