Skip to content

Commit

Permalink
Update prompt instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jan 17, 2025
1 parent dd4ddbe commit 25ddf90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ Title Guidelines:
- If the original title is too long, trim it while keeping the substance
- Avoid pay-walled article titles unless highly relevant
- For technical content, be specific about the technology/protocol involved
- For crypto content, mention relevant chains/protocols where appropriate`;
- For crypto content, mention relevant chains/protocols where appropriate
- Always make factual statements and say things like they are
- Be precise and direct. Be intentional Name names, name handles etc
`;

async function generateClaudeTitle(content) {
let response;
Expand Down

0 comments on commit 25ddf90

Please sign in to comment.