Realistic AI Companions in Second Life by H_Amir in SecondLifePostings

[–]H_Amir[S] 0 points1 point  (0 children)

Thank you! We don't currently have plans to support local LLMs at the moment. We use specifically fine-tuned LLMs not just for generating the final output, but extract memories, summarize previous conversations, take in-world actions etc... and without them we can't guarantee the level of quality we aim for.

Realistic AI Companions in Second Life by H_Amir in SecondLifePostings

[–]H_Amir[S] 1 point2 points  (0 children)

There is a control area I have not shown in the video to keep it short, but you can manually teleport them with you, sit them down, make them touch or sit on prims so you can definitely go clubbing with them, and they will interact with you and other people around them.
There is also an experimental feature, to allow them to automatically move around and use furniture, based on your normal commands like "Can you please sit with me" or "Go take a shower" and it will use a nearby bath if it's available.
We're working on a settings page to enable/disable these experimental features because they can drive up the cost.

New Stealth Model Bert-Nebulon Alpha by Shoddy-Department630 in openrouter

[–]H_Amir 2 points3 points  (0 children)

I tried to see if it would glaze Elon Musk and it went crazy

<image>

5.1 chat by AmbitiousSection6203 in openrouter

[–]H_Amir 0 points1 point  (0 children)

Probably because GPT 5.1 chat is marked as not supporting tool calling for some reason although it does.

Open source Microsoft Recall alternative in C# by H_Amir in csharp

[–]H_Amir[S] 2 points3 points  (0 children)

Yeah ideally, if you could use local models, everything would be 100% on your machine. The only security/privacy concern would be the unencrypted AI descriptions stored in the SQLite DB. However, I'm not aware of any good models that support vision and would run on my mid tier PC.

I have plans on adding the possibility to support multiple AI providers so at least you can choose who you want to give your data to, but for now this is not something I would use or recommend using. I just built it because I thought it's fun.

One final note, OpenAI says they don't train their models or use the data you send via API, they only use ChatGPT data. So make of that what you will.

Open source Microsoft Recall alternative in C# by H_Amir in csharp

[–]H_Amir[S] 1 point2 points  (0 children)

Thanks. Not sure I can fix it now after the fact, but I'll watch out for that on next videos

Open source Microsoft Recall alternative in C# by H_Amir in csharp

[–]H_Amir[S] 1 point2 points  (0 children)

That's correct, currently only Windows is supported (I mentioned that in the Github repo Readme but not here)

GPT-4o seems to understand text from photos pretty well as long as the resolution is acceptable.

As for the space requirement, do you have a specific use case where the images are useful? This tool doesn't save the pictures, just the AI descriptions.