this post was submitted on 25 Jul 2023
104 points (100.0% liked)
Technology
37692 readers
323 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have oobabooga and automatic1111. I have some ideas of making an infinite rpg game where I store long term memory in excel files and make the LLM call python functions to find memory that relates to current situations, and using automatic1111 to generate images for the game. Something like a MUD. I'm sure other people have already figured it out but that's what I'm daydreaming about rn
I think Silly Tavern + Silly Tavern Extras could achieve this, it uses ChromaDB for infinite context.
Interesting, I'll take a look at this eventually.
Watch this ~1hr long video when you get the chance. He's using the stalkerware LLM, but he also describes how to use langchain to parse data like what you are wanting to do.
https://piped.video/watch?v=dXxQ0LR-3Hg&t=772
Yeah, that's the idea. Thanks for the video!