• northendtrooper@lemmy.ca
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    edit-2
    2 days ago

    honestly 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 non stop. Bonus points to use public figure voices. As in use AI to do our bidding.

    • FauxLiving@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      2 days ago

      https://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.