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?
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?
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?
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
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.
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
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.