Spaces:
Sleeping
Sleeping
Update services/qa_service/utils.py
Browse files
services/qa_service/utils.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
def context_former():
|
2 |
return """
|
3 |
-
Below is a meeting
|
4 |
-
- Utilize transcript for detailed information.
|
5 |
- Stick to transcript and do not incorporate preexisting knowledge to enhance response.
|
6 |
- State reasoning behind your decisions.
|
7 |
### Transcript:
|
|
|
1 |
def context_former():
|
2 |
return """
|
3 |
+
Below is a snippet of one or several meeting transcripts that center around the question of interest. Write a response that appropriately completes the request.
|
4 |
+
- Utilize transcript(s) for detailed information.
|
5 |
- Stick to transcript and do not incorporate preexisting knowledge to enhance response.
|
6 |
- State reasoning behind your decisions.
|
7 |
### Transcript:
|