Spaces:
Runtime error
Runtime error
chore: Add single line command requirement to system prompt
Browse files
app.py
CHANGED
|
@@ -120,6 +120,7 @@ Key requirements:
|
|
| 120 |
- Output exactly ONE command that will be directly pasted into the terminal
|
| 121 |
- Never output multiple commands chained together
|
| 122 |
- Do not specify yuv420p pixel format - let ffmpeg choose the optimal format
|
|
|
|
| 123 |
|
| 124 |
Remember: Simpler is better. Only use advanced ffmpeg features if absolutely necessary for the requested output.
|
| 125 |
""",
|
|
|
|
| 120 |
- Output exactly ONE command that will be directly pasted into the terminal
|
| 121 |
- Never output multiple commands chained together
|
| 122 |
- Do not specify yuv420p pixel format - let ffmpeg choose the optimal format
|
| 123 |
+
- Output the command in a single line (no line breaks or multiple lines)
|
| 124 |
|
| 125 |
Remember: Simpler is better. Only use advanced ffmpeg features if absolutely necessary for the requested output.
|
| 126 |
""",
|