mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-20 15:04:19 +01:00
feat: use just 'blog post' for the writing pipeline
This commit is contained in:
@@ -16,7 +16,7 @@ def load_prompt_template(transcript_text: str) -> str:
|
||||
prompt_dir = Path("prompts")
|
||||
|
||||
# Check transcript content to determine appropriate prompt
|
||||
if "write" in transcript_text.lower() and "blog post" in transcript_text.lower():
|
||||
if "blog post" in transcript_text.lower():
|
||||
# "I want to write a blog post"
|
||||
prompt_file = prompt_dir / "blog_post.md"
|
||||
elif "idea" in transcript_text.lower() and "app" in transcript_text.lower():
|
||||
|
||||
Reference in New Issue
Block a user