Spaces:
Runtime error
Runtime error
Commit
·
2a23b6c
1
Parent(s):
36aeae9
update prompt
Browse files
app.py
CHANGED
@@ -491,9 +491,11 @@ prompthead_openai_OR = \
|
|
491 |
You are a helpful AI assistant.
|
492 |
"""
|
493 |
prompthead_openai = \
|
494 |
-
"""
|
495 |
-
You
|
496 |
-
|
|
|
|
|
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(
|