adjustments to old prompt
Browse files
app.py
CHANGED
@@ -88,11 +88,11 @@ class VideoHighlightDetector:
|
|
88 |
messages = [
|
89 |
{
|
90 |
"role": "system",
|
91 |
-
"content": [{"type": "text", "text": "You are a professional video editor specializing in creating viral highlight reels. You understand that the most engaging highlights are brief and focus only on exceptional moments that are statistically rare or particularly dramatic.
|
92 |
},
|
93 |
{
|
94 |
"role": "user",
|
95 |
-
"content": [{"type": "text", "text": f"""Here is a description of a video
|
96 |
|
97 |
{video_description}
|
98 |
|
|
|
88 |
messages = [
|
89 |
{
|
90 |
"role": "system",
|
91 |
+
"content": [{"type": "text", "text": "You are a professional video editor specializing in creating viral highlight reels. You understand that the most engaging highlights are brief and focus only on exceptional moments that are statistically rare or particularly dramatic. Moments that would make viewers say 'I can't believe that happened!"}]
|
92 |
},
|
93 |
{
|
94 |
"role": "user",
|
95 |
+
"content": [{"type": "text", "text": f"""Here is a description of a video:
|
96 |
|
97 |
{video_description}
|
98 |
|