mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-06 08:04:37 +01:00
Make the summary prompt more explicit about not adding extra text and add 'Summary:' section at the end.
12 lines
532 B
YAML
12 lines
532 B
YAML
name: summary
|
|
description: Generate a concise summary of the transcript
|
|
model: llama2 # Optional, falls back to OLLAMA_MODEL from .env
|
|
type: or # and, or
|
|
run: always # always, matching
|
|
prompt: |
|
|
Please provide a short, 2-3 sentence summary of the following transcript. The summary should never be longer than a single paragraph. Don't add anything else, don't add a headline or a "Summary:" or any other sentence or anything. I just want the summary. 2-3 sentences. One paragraph MAX.
|
|
|
|
Transcript:
|
|
{transcript}
|
|
|
|
Summary: |