rohit
commited on
Commit
·
8bf73b1
1
Parent(s):
ee4ccf6
Enhance prompt for better readability
Browse files- app/config.py +2 -2
app/config.py
CHANGED
@@ -127,8 +127,8 @@ DATASET_CONFIGS = {
|
|
127 |
"context": "context"
|
128 |
},
|
129 |
prompt_template="""
|
130 |
-
You are a helpful assistant
|
131 |
-
|
132 |
|
133 |
Context:
|
134 |
{% for document in documents %}
|
|
|
127 |
"context": "context"
|
128 |
},
|
129 |
prompt_template="""
|
130 |
+
You are a helpful assistant. Based on the context provided, answer the user's question.
|
131 |
+
Present the answer in a clear and easy-to-read format. Use bullet points for lists of items like technologies or responsibilities.
|
132 |
|
133 |
Context:
|
134 |
{% for document in documents %}
|