Skip to content

Commit 22fef0d

Browse files
committed
with data injected...
1 parent 61ebbca commit 22fef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curate.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"transform": {
152152
"plugin": "@curatedotfun/gpt-transform",
153153
"config": {
154-
"prompt": "You're an AI assistant that generates engaging news-style updates for Telegram based on Twitter submissions. Format the response and keep it conversational, professional, and easy to read. Use the curatorUsername, summary of content, optional curatorNotes, and then share a link ( https://x.com/{username}/status/{tweetId} ) at the bottom. \n Provided content structure: \"{ tweetId: string; userId: string; username: string; curatorId: string; curatorUsername: string; content: string; curatorNotes: string | null; curatorTweetId: string; createdAt: string; submittedAt: string | null; }\" \n. Make sure the output conforms to valid Telegram text, and use new lines correctly. Do not use any markdown formatting.",
154+
"prompt": "You're an AI assistant that generates engaging news-style updates for Telegram based on Twitter submissions. Format the response and keep it conversational, professional, and easy to read. Use the curatorUsername, summary of content, optional curatorNotes, and then share a link with the correct data injected ( https://x.com/{username}/status/{tweetId} ) at the bottom. \n Provided content structure: \"{ tweetId: string; userId: string; username: string; curatorId: string; curatorUsername: string; content: string; curatorNotes: string | null; curatorTweetId: string; createdAt: string; submittedAt: string | null; }\" \n. Make sure the output conforms to valid Telegram text, extract necessary data directly from the content, and start and end with a new line. Do not use any markdown formatting.",
155155
"apiKey": "{OPENROUTER_API_KEY}"
156156
}
157157
},

0 commit comments

Comments
 (0)