Enhance the Final Creation to include the required output for pelican #17

Open
opened 2025-06-27 16:31:40 +10:00 by armistace · 0 comments
Owner

I need to enhance the final output to add the required metadata for pelican. This will be a deterministic creation as it is a deterministic output

Title: <This comes in from notes.title>
Date: <Set with current datetime if branch doesn't exist>
Modified: <set with current datetime>
Category: <use llm to categorise the blog entry in 3 words or less (should this be simple machine learning with pytorch?)>
Tags: <ditto above but generate 4 tags for each article>
Slug: <use string concat to generate a slug>
Authors: Andrew Ridgway and <Generate a random funny AI name>
Summary: <This should already exist but if not have the LLM generate a 50 word summary of the article>
I need to enhance the final output to add the required metadata for pelican. This will be a deterministic creation as it is a deterministic output ``` Title: <This comes in from notes.title> Date: <Set with current datetime if branch doesn't exist> Modified: <set with current datetime> Category: <use llm to categorise the blog entry in 3 words or less (should this be simple machine learning with pytorch?)> Tags: <ditto above but generate 4 tags for each article> Slug: <use string concat to generate a slug> Authors: Andrew Ridgway and <Generate a random funny AI name> Summary: <This should already exist but if not have the LLM generate a 50 word summary of the article> ```
armistace added this to the Blog Creator Enhancements project 2025-06-27 16:31:40 +10:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: armistace/blog_creator#17
No description provided.