Comment on how do i make my own limitation free ai?
Disregard3145@lemmy.world 4 days 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?
bobbyguy@lemmy.world 4 days 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 4 days 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.world 4 days 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 4 days 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.