Spaces:
Runtime error
Runtime error
File size: 366 Bytes
129cd69 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# flake8: noqa
prompt_template = """Given the following question and context, extract any part of the context *AS IS* that is relevant to answer the question. If none of the context is relevant return {no_output_str}.
Remember, *DO NOT* edit the extracted parts of the context.
> Question: {{question}}
> Context:
>>>
{{context}}
>>>
Extracted relevant parts:"""
|