victor HF staff commited on
Commit
e7ed446
1 Parent(s): 1a48d31

chore: Add single line command requirement to system prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  """,