Guess it’s all in the subject. I’ve found some implementations of AI practical but it’s always asking for more data more everything. Just curious about how others use AI as carefully as possible.

    • wowwoweowza@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      Thank you! I come here to be the fly on the wall listening to tech magicians but I’ve got to start upping my game when I get some free time.

  • SmokeyDope@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 hours ago

    Use a local model, learn some toolcalling and have it retrieve factual answers from a database like wolfram alpha if needed. . We have a community over at c/[email protected] all about local models. if your not very techy I recommend starting with a simple llamafile which is a one click executable EXE that packages engine and model together in a single file.

    Then move on to a real local model engine like kobold.cpp running a quantized model that fits in your computer especially if you have a graphics card and want to offload via CUDA or Vulcan. Feel free to reply/message me if you need further clarification/guidance

    https://github.com/mozilla-ai/llamafile

    https://github.com/LostRuins/koboldcpp

    I would start with a 7b q4km quant see if your system can run that.

    • wowwoweowza@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      1 hour ago

      Thank you so much. My work schedule lightens for a few days in December and this is top of my to do.

      I’m actually quite excited to learn more about local models so your guidance is richly appreciated and I will surely check out the community you mention here.

  • fuckwit_mcbumcrumble@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 days ago

    The chatbot only knows what you tell it. Don’t tell it what you don’t want it to know.

    The bigger issue to me would be them crawling data for training. If you don’t want it training on your data then keep it offline/hidden.