Spaces:
Runtime error
Runtime error
Commit
·
597bcdf
1
Parent(s):
51b6c0e
prompt update
Browse files
app.py
CHANGED
@@ -491,12 +491,9 @@ prompthead_openai_OR = \
|
|
491 |
You are a helpful AI assistant.
|
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 |
|
502 |
prompt_openai = OpenAIMultiFunctionsAgent.create_prompt(
|
|
|
491 |
You are a helpful AI assistant.
|
492 |
"""
|
493 |
prompthead_openai = \
|
494 |
+
"""Answer the following questions as best you can with detail information and explanation.
|
|
|
495 |
You must always search information in vector database first and try 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(
|