punchlines.ai is an AI joke generation tool built on top of a large language model (GPT-3.5 Turbo). It was fine-tuned on thousands of late night comedy monologue jokes (https://github.com/brendansudol/joke-gpt).
In terms of where it's incorporated in the code, the fine-tuned model id is stored in an environmental variable called `process.env.OPENAI_MODEL_ID` which then gets passed to the completion endpoint
I've seeded it with 4 months of data (stored statically in json files for simplicity for now), and have a script to add data for additional days, but the plan is to migrate over to a db (curious to try supabase) so that users can save / like individual entries.
Hey @thekevan: thanks for the detailed comment. I appreciate the suggestions (more details, bigger pictures, something to convey authority) and your interpretations on the minimalistic design. And you're right, you are definitely free to just browse around on Amazon for cool stuff -- the idea here is that if need some inspiration or are not sure what you want, this could be a nice starting place of pretty cool, well designed products are already laid out for you. I should try to communicate this value better - thank you for the feedback!
thanks for the feedback, adrusi. i hear your point about the gift feature. re: showing that you care, i hope the text reminders will help people remember to send their good wishes and prioritize special occasions that sneak up!
web app is open-source, too: https://github.com/brendansudol/punchlines-ai