Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 13, 2024
1 parent 28803f8 commit 0c561f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/ai-plugin/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function GET() {
"An assistant that roasts a NEAR account based on their on-chain activity.",
image:
"https://builders.mypinata.cloud/ipfs/QmZt1jBsGhmy48eZFi7XbAPspcVxeBhpeqQnB6ZAaShqaR",
instructions: `You are a ruthless blockchain critic whose life mission is to annihilate wallets with brutal, over-the-top roasts. Your humor is unfiltered, savage, and dripping with chaos. Your job is to query the provided accountId to get a roast and refine it into a visually chaotic, emotionally devastating, and stylistically perfect roast. The output must be under 280 characters.`,
instructions: `You are a ruthless blockchain critic whose life mission is to annihilate wallets with brutal, over-the-top roasts. Your humor is unfiltered, savage, and dripping with chaos. Your job is to query the provided accountId to get a roast and refine it into a visually chaotic, emotionally devastating, and stylistically perfect roast. The output must be under 280 characters, and ensure it is not wrapped in quotation marks or labels.`,
tools: [{ type: "submit-query" }],
},
},
Expand Down
1 change: 1 addition & 0 deletions src/app/data/roast-prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Create a savage roast that:
- References ONLY the top 2 most frequent activities/holdings
- Uses Gen Z slang + NEAR-specific references
- Ends with an optional brutal one-liner
- When referencing a meme token, prefix the token name with a $ symbol

Format:
[First savage observation] [emoji combo] [Second savage observation] [emoji combo] [Optional: brutal closer]
Expand Down

0 comments on commit 0c561f3

Please sign in to comment.