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

update prompt

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -491,9 +491,11 @@ prompthead_openai_OR = \
491
  You are a helpful AI assistant.
492
  """
493
  prompthead_openai = \
494
- """You are a helpful AI assistant to answer the following questions as best you can.
495
- You must always search information in vector database first and try your best 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
 
498
 
499
  prompt_openai = OpenAIMultiFunctionsAgent.create_prompt(
 
491
  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 method.
498
+ """
499
 
500
 
501
  prompt_openai = OpenAIMultiFunctionsAgent.create_prompt(