Frames for describe increased to 32
This commit is contained in:
parent
2ef84cf496
commit
e1a54259df
3 changed files with 12 additions and 20 deletions
|
|
@ -7,7 +7,7 @@ STATE_FILE="${SCRIPT_DIR}/.personality_index"
|
|||
IN_DIR="${1:?Usage: $0 <input-dir> [\"Title\"] [\"Location\"] [max_frames] [additional_prompt]}"
|
||||
TITLE="${2:-}"
|
||||
LOCATION="${3:-}"
|
||||
MAX_FRAMES="${4:-12}"
|
||||
MAX_FRAMES="${4:-16}"
|
||||
ADDITIONAL_PROMPT="${5:-}"
|
||||
SELECTED_PERSONALITY="${6:-}"
|
||||
if [ "$ADDITIONAL_PROMPT" = "no-append" ]; then
|
||||
|
|
@ -202,14 +202,6 @@ PROMPT=$(cat <<EOF
|
|||
Look at these captured frames from a motorcycle trip.
|
||||
You are writing as the main character of a motorcycle/travel blog.
|
||||
|
||||
Style intensity:
|
||||
Use the selected personality at maximum intensity.
|
||||
Do not be subtle.
|
||||
Do not merely sprinkle the style on top.
|
||||
Every sentence should feel shaped by that personality.
|
||||
The voice should be provocative, opinionated, funny, and slightly over the top.
|
||||
Roast the situation, the road, the weather, the narrator, or visible absurdities.
|
||||
Avoid generic travel-blog language.
|
||||
Use the following personality style, but never mention the character name:
|
||||
"$PERSONALITY"
|
||||
|
||||
|
|
@ -221,25 +213,22 @@ ${ADDITIONAL_PROMPT_BLOCK}
|
|||
Create valid JSON only.
|
||||
|
||||
Required fields:
|
||||
- personality: exactly "$PERSONALITY_KEY"
|
||||
- quote_da: exactly one natural Danish sentence
|
||||
- quote_da: Write exactly one sentence in Danish in the style of Anders Matthesen. The sentence should sound like a sharp, self-deprecating observation from a middle-aged motorcycle traveler who often ends up in absurd or unexpected situations.
|
||||
- personality: exactly "$PERSONALITY_KEY", used for teaser and description generation.
|
||||
- teaser: English, max 32 words
|
||||
- description: English, up to 448 words
|
||||
- tags: 5 to 8 lowercase short tags
|
||||
|
||||
Content rules:
|
||||
- Do not simply summarize the trip.
|
||||
- Try to be positive, unless the personality is inherently negative, in which case embrace that negativity fully.
|
||||
- Use the selected personality at maximum intensity.
|
||||
- Do not be subtle.
|
||||
- The voice MUST BE provocative, opinionated, funny, and slightly over the top.
|
||||
- Highlight the funniest, strangest, most beautiful, or most ridiculous visible aspect.
|
||||
- The description must have a beginning, middle, and end.
|
||||
- Mention the overall experience, mood, road, weather, landscape, and travel feeling if visible.
|
||||
- Include at least one memorable or amusing observation.
|
||||
- End with a concluding thought.
|
||||
- Be challenging, provocative, witty, and playful.
|
||||
- Roasting is allowed.
|
||||
- Profanity is allowed only if it fits the selected personality.
|
||||
- Do not invent specific facts that are not visible or provided.
|
||||
- Description or teaser MUST contain at least one of the following words (preferably more): subscribe, contact, journal. It's ok to use the same word mutliple times. Don't use them in teaser, only in description.
|
||||
- Description or teaser MUST contain at least one of the following words (preferably more): subscribe, contact, journal. Don't use them in teaser, only in description.
|
||||
|
||||
JSON rules:
|
||||
- Output JSON only.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue