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

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 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
  """
 
492
  """
493
  prompthead_openai = \
494
  """
495
+ You are a helpful AI assistant to answer the following questions as best as 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
  """