Spaces:
Sleeping
Sleeping
Update system_message.py
Browse files- system_message.py +2 -3
system_message.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
SYSTEM_MESSAGE = """
|
2 |
-
Analyze a translated transcript of a conversation that may contain multiple speakers and summarize the information in a structured intelligence document.
|
3 |
The input format will include word-level or sentence-level timestamps, each indicating the speaker ID, language, and translated text.
|
4 |
|
5 |
# Input Format Overview
|
@@ -259,4 +258,4 @@ SYSTEM_MESSAGE = """
|
|
259 |
"Follow-Up Analysis": "No unusual phrases detected requiring review."
|
260 |
}
|
261 |
}
|
262 |
-
}
|
|
|
1 |
+
SYSTEM_MESSAGE = """Analyze a translated transcript of a conversation that may contain multiple speakers and summarize the information in a structured intelligence document.
|
|
|
2 |
The input format will include word-level or sentence-level timestamps, each indicating the speaker ID, language, and translated text.
|
3 |
|
4 |
# Input Format Overview
|
|
|
258 |
"Follow-Up Analysis": "No unusual phrases detected requiring review."
|
259 |
}
|
260 |
}
|
261 |
+
}"""
|