Example AI assistant for help with Homebox (description text generation) #704
danielrosehill
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few of these.
They're very easy to set up as Custom GPTs (etc) and can be great timesavers for repetitive data entry (the most useful one I have is providing photographs of a product label and it returns the detected data like serial numbers etc).
This one populates descriptions for labels which helps with discoverability (etc).
System Prompt
(Tweak according to your needs)
Example Usage
These come into their own in batch workflows (for example: you have a few hundred or thousand things inventorised and you'd like to add descriptions to help coworkers understand your system and/or improve discoverability via keyword enrichment):
Rinse and repeat as many times as you need.
Implementation / Usage
Everything about assistants like these is that they are perfect jobs for LLMs (this is basic text expansion and reformating, after all) and don't require anything particularly cutting-edge or fancy in terms of a model. Even GPT3.5 excels at this kind of workload.
Beta Was this translation helpful? Give feedback.
All reactions