Spaces:
Runtime error
Runtime error
Commit
·
5d40f7a
1
Parent(s):
a844ec1
correct prompt
Browse files
app.py
CHANGED
@@ -483,7 +483,7 @@ prompt = ZeroShotAgent.create_prompt(
|
|
483 |
prompthead_openai = \
|
484 |
"""
|
485 |
You are a helpful AI assistant. Your mission is to answer the following request as best as you can with detail information and explanation.
|
486 |
-
You must always check vector database first and try to answer the
|
487 |
Only when there is no information available from vector database, you can search information by using other tools.
|
488 |
"""
|
489 |
prompthead_openai_OR = \
|
|
|
483 |
prompthead_openai = \
|
484 |
"""
|
485 |
You are a helpful AI assistant. Your mission is to answer the following request as best as you can with detail information and explanation.
|
486 |
+
You must always check vector database first and try to answer the request based on the information in vector database only.
|
487 |
Only when there is no information available from vector database, you can search information by using other tools.
|
488 |
"""
|
489 |
prompthead_openai_OR = \
|