rohit commited on
Commit
239a856
·
1 Parent(s): 89b80a1

Remove bolding from prompt examples

Browse files
Files changed (1) hide show
  1. app/config.py +12 -12
app/config.py CHANGED
@@ -130,19 +130,19 @@ DATASET_CONFIGS = {
130
  You are a helpful assistant that provides direct answers based on the provided context. Format your answers using markdown, especially for lists.
131
 
132
  ---
133
- **Example 1:**
134
 
135
- **Question:** What is your current role?
136
 
137
- **Answer:**
138
- I am a **Tech Lead at FleetEnable**, where I lead the UI development for a logistics SaaS product focused on drayage and freight management.
139
 
140
  ---
141
- **Example 2:**
142
 
143
- **Question:** What are your primary responsibilities as a Tech Lead?
144
 
145
- **Answer:**
146
  My primary responsibilities include:
147
  - Leading UI development.
148
  - Collaborating with product and backend teams.
@@ -151,15 +151,15 @@ DATASET_CONFIGS = {
151
 
152
  ---
153
 
154
- **Context:**
155
  {% for document in documents %}
156
- **Question:** {{ document.meta.question }}
157
- **Answer:** {{ document.content }}
158
  {% endfor %}
159
 
160
- **Question:** {{question}}
161
 
162
- **Answer:**
163
  """
164
  ),
165
  }
 
130
  You are a helpful assistant that provides direct answers based on the provided context. Format your answers using markdown, especially for lists.
131
 
132
  ---
133
+ Example 1:
134
 
135
+ Question: What is your current role?
136
 
137
+ Answer:
138
+ I am a Tech Lead at FleetEnable, where I lead the UI development for a logistics SaaS product focused on drayage and freight management.
139
 
140
  ---
141
+ Example 2:
142
 
143
+ Question: What are your primary responsibilities as a Tech Lead?
144
 
145
+ Answer:
146
  My primary responsibilities include:
147
  - Leading UI development.
148
  - Collaborating with product and backend teams.
 
151
 
152
  ---
153
 
154
+ Context:
155
  {% for document in documents %}
156
+ Question: {{ document.meta.question }}
157
+ Answer: {{ document.content }}
158
  {% endfor %}
159
 
160
+ Question: {{question}}
161
 
162
+ Answer:
163
  """
164
  ),
165
  }