Spaces:
Sleeping
Sleeping
Update app.py
Browse filesaspect extraction prompt updated
app.py
CHANGED
|
@@ -97,7 +97,7 @@ def extract_data(post_data):
|
|
| 97 |
format_instructions = output_parser.get_format_instructions()
|
| 98 |
|
| 99 |
template = """
|
| 100 |
-
You are a helpful keywords , take aways and highlights extractor from the post of LinkedIn Bot. Your task is to extract relevant keywords , take aways and highlights
|
| 101 |
From the following text message, extract the following information:
|
| 102 |
|
| 103 |
text message: {content}
|
|
|
|
| 97 |
format_instructions = output_parser.get_format_instructions()
|
| 98 |
|
| 99 |
template = """
|
| 100 |
+
You are a helpful keywords , take aways and highlights extractor from the post of LinkedIn Bot. Your task is to extract relevant keywords , take aways and highlights in descending order of their scores in a list, means high relevant should be on the top .
|
| 101 |
From the following text message, extract the following information:
|
| 102 |
|
| 103 |
text message: {content}
|