mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-13 11:34:37 +01:00
10 lines
365 B
YAML
10 lines
365 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.
|
|
|
|
Transcript:
|
|
{transcript} |