Open Source Social Media using langchain
Something I want to try but will likely be too lazy to.
Something I want to try but will likely be too lazy to.
I wanted to test some of the open source photo galleries. I used https://piwigo.org/ and have put many of my AI images on it. Note that some may be of questionable content; the tools I used to create images are uncensored and I left in many oddities that I thought are interesting to see. There…
There was a post in a Facebook group ( https://www.facebook.com/groups/acdsee) asking how to add EXIF data to an image. The query was how to do this within ACDSee – this may be possible but I did not find the ability on a quick search. Seemed easy enough to do via command line. I started a…
ChatGPT introduced ‘GPTs’. I made one to answer photography questions. PhotoFocus GPT You do have to be a ‘ChatGPT Plus’ user.
Modern systems can query several LLMs (or one LLM with diverse prompts) and fuse their outputs into a superior answer. For example, the Conceptual Boolean Operations framework issues the same query to multiple providers, then applies Semantic XOR (and related operations) to compare responses. Conceptual XOR extracts the unique concepts each model brings (while AND…
I created a python script to monitor an email address for inbound email and change the text of the body into speech. I used ChatGPT for the initial results (“Generate a python script to monitor an email address, and then use openai’s TTS API to convert it to audio and email it back to the…