From 71d360ea1f03f462964d06ea5880bd003316fdec Mon Sep 17 00:00:00 2001 From: Marios Antonoudiou Date: Sun, 18 May 2025 08:47:57 +0300 Subject: [PATCH] Housekeeping --- server/utils/create-content.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/utils/create-content.ts b/server/utils/create-content.ts index 151ecf0..b696a27 100644 --- a/server/utils/create-content.ts +++ b/server/utils/create-content.ts @@ -116,15 +116,15 @@ export const createActivityContent = async ( "snarky", ]); - const length = draw(["short", "short", "short", "medium", "long"]); - - console.log(tone, length); + const length = draw(["short", "short", "short", "medium", "a-little-more-than-medium"]); const prompt = ` Generate a short title and a ${length}-lengthed description for my strava activity. Use my preferred language and unit system. - Don't exaggerate. Try keeping it calm as I am using Strava often and I don't want to have boring feed. Keep things short. + Try to not exaggerate as I am using Strava often and I want my activites to be unique and easy to read. Don't say things like nothing too fancy or wild. Use a little bit of ${tone} to make things less boring. Highlight any PR only if available, do not mention them if no PRs. + Add #${tone} at the end of the description. Depending the length of the description, maybe add more hashtags. + Language: ${user?.preferences.data.language} Unit system: ${user?.preferences.data.units}