It's already here, so...
Comment on Gamers Bombard Visa & MasterCard With Emails and Calls Over Steam and itch.io Censorship
northendtrooper@lemmy.ca 6 days agohonestly there needs to be a git project that I can clone that uses a local LLM to auto call all of the senators, congressmen, reps, whoever. Also call all of the visa/mastercard callcenters non stop. And I mean no stop. Bonus points to use public figure voices. As in use AI to do our bidding.
Maeve@kbin.earth 6 days ago
FauxLiving@lemmy.world 6 days ago
github.com/vndee/local-talking-llm
Seems like it would be a good place to start. You’d need to write the bit in order to send the output to a voip service and receive the input from the same service.
If you could get that going in a container you could spawn a bunch of them on VPSs (finding ones that have the hardware to run local AI would probably be expensive, probably better to use a hosting service if you’re going to scale this).
I’m sure there are more conversation agent frameworks that people have built (it’s a pretty simple loop to create), but if you wanted to get started this isn’t bad.