HeHoXa
@HeHoXa@lemmy.zip
- Comment on Thatched-roofed cottages! 6 days ago:
The system is down.
- Comment on Close enough 2 weeks ago:
- Comment on If you (a regular American citizen) had actionable, insider knowledge about the US Federal Government/Military and felt the public should know, how would you tell everyone? 2 weeks ago:
Maybe keep a little critical information on a dead man’s switch and let that be known when revealing the rest.
Idk if actually wise, but it seems like you might want to keep some leverage for self protection
- Comment on Baba Yaga 3 weeks ago:
People keep asking if I’m back, and I haven’t really had an answer. But now, yeah, I’m thinking po-tay-toes!
- Comment on [deleted] 3 weeks ago:
To satisfy the curiosity, just download Ollama. You can run your interactions locally, no feeding the demon and full privacy.
Set up a modelfile with system prompts for the kind of personality you want to create. Do some googling, may want to tweak settings to get response creativity just right. Higher parameter base models generally better and more hardware costly.
If you want pics, you can use StableDiffusion. I recommend using docker images because it’s really complicated and environment sensitive.
You can tie the two together with a little Python logic and have the core bot prompt the image generator at certain chat moments. Ironically, if you’re not comfortable writing code, you could just get VSCode and Gemini and spit out some pretty okay Python code without strong understanding.
There are also tools for local audio generation I’m less familiar with but am sure Google could get you there.
Maybe start with a basic Ollama setup and see if it feels like it’s working for you.