i built a pc that has a crop ton of processing power, but i know nothing about the software side of things/

thoughts? prayers? concerns? comments? @$%&'s to give?

  • Disregard3145@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    5 hours ago

    What do you mean by “make” what do you want it to do that you aren’t getting.

    Maybe some existing model via ollama - llama-uncensored?

    Do you need to add context with some specific set of data, should it be retrieval based or tuned or cross trained?

    Does it even need to be an llm? What are you trying to actually achieve?

    • bobbyguy@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      3
      ·
      5 hours ago

      i want to make my own chatbot that can also act without my input, be able to create emails, and do online jobs, and make its own decisions, things like that

      • Grenfur@pawb.social
        link
        fedilink
        arrow-up
        3
        ·
        5 hours ago

        Most of the options mentioned in this thread won’t act independent of your input. You’d need some kind of automation software. n8n has a community edition that you can host locally in a docker container. You can link it to an LLM API and emails, excel sheets etc. As for doing “online jobs” I’m not sure what that means, but at the point where you’re trying to get a single AI to interact with the web and make choices on it’s own, you’re basically left coding it all yourself in python.

        • bobbyguy@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          arrow-down
          3
          ·
          4 hours ago

          i mean like actual jobs a person could do online, like commissions with art programs, or administration jobs for software companies, basically it would mimic a person online

          • Acamon@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            45 minutes ago

            If someone with a home computer and very little knowledge of AI could setup an AI that could do admin jobs for software companies … Why wouldn’t the software companies do exactly that themselves rather than outsource work?

            I think you’re massively overestimating what a LLM is capable of.