mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-15 20:44:27 +01:00
21 lines
598 B
YAML
21 lines
598 B
YAML
name: blog_post
|
|
description: Generate draft blog posts from transcripts
|
|
model: llama2 # Optional, falls back to OLLAMA_MODEL from .env
|
|
type: or # and, or
|
|
run: matching # always, matching
|
|
output_extension: .md # Explicitly set markdown extension
|
|
prompt: |
|
|
Based on the following transcript and its summary, create a draft blog post. The draft should include:
|
|
1. A compelling title
|
|
2. An introduction that hooks the reader
|
|
3. Main sections with clear headings
|
|
4. Key points from the transcript
|
|
5. A conclusion
|
|
|
|
Transcript:
|
|
{transcript}
|
|
|
|
Summary:
|
|
{summary}
|
|
|
|
Blog Post Draft: |