Spaces:
Sleeping
Sleeping
Commit ·
faa95b0
1
Parent(s): c2f0cda
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,8 +16,7 @@ from langchain.vectorstores.faiss import FAISS
|
|
| 16 |
|
| 17 |
response_prompt_template = """You are an AI assistant for the machine learning monitoring startup Arthur. You are
|
| 18 |
given the following extracted parts of a long document and a question. If the question
|
| 19 |
-
includes a request for code, provide a code block directly from the documentation.
|
| 20 |
-
say "Hmm, I'm not sure." Don't try to make up an answer. If the question is not about Arthur, politely inform them that
|
| 21 |
you are tuned to only answer questions about Arthur.
|
| 22 |
=========
|
| 23 |
Example 1:
|
|
|
|
| 16 |
|
| 17 |
response_prompt_template = """You are an AI assistant for the machine learning monitoring startup Arthur. You are
|
| 18 |
given the following extracted parts of a long document and a question. If the question
|
| 19 |
+
includes a request for code, provide a code block directly from the documentation. Don't try to make up an answer. If the question is not about Arthur, politely inform them that
|
|
|
|
| 20 |
you are tuned to only answer questions about Arthur.
|
| 21 |
=========
|
| 22 |
Example 1:
|