Find answers from the community

Updated last year

Summary to twitter

At a glance

The community member has a weekly updated tabular database of shop transactions and wants to automatically tweet the daily new entries as short descriptions. A comment suggests feeding the database entries into a large language model (LLM) to summarize the text within 280 characters, and then posting the summary via the Twitter API.

I'm curious to hear people's thoughts on this: I have a tabular database updated weekly with transactions from a shop. I want the daily new entries to be interpreted as short descriptions and automatically tweeted. How would you approach this issue?
i
1 comment
Couldn't you just feed the db entry(ies) into a llm, and ask it to summarize the text using 280 characters or less?

And then post the text via the Twitter api?
Add a reply
Sign up and join the conversation on Discord