|
Post by AnthroHeart on Mar 29, 2024 20:22:11 GMT
He used Python and AI. It was a simple program. I may give it a try to see.
And his sample code:
|
|
|
Post by AnthroHeart on Mar 29, 2024 21:01:22 GMT
This is one that I want to try. It seems like it's more put together to allow for a person to specify their own adventures from the start. github.com/neph1/LlamaTale/wiki
|
|
|
Post by reden on Mar 29, 2024 21:22:20 GMT
There was one that created a little ASCII interactable map/room, and you could walk up (with the arrow keys if I remember correctly) to NPCs represented as ASCII figures and talk to them.
|
|
|
Post by AnthroHeart on Mar 29, 2024 21:26:09 GMT
There was one that created a little ASCII interactable map/room, and you could walk up (with the arrow keys if I remember correctly) to NPCs represented as ASCII figures and talk to them. Did it use LLMs to dynamically generate the text and ASCII map?
I want one that I can specify something like furry to create a furry adventure.
|
|
|
Post by reden on Mar 29, 2024 21:31:47 GMT
There was one that created a little ASCII interactable map/room, and you could walk up (with the arrow keys if I remember correctly) to NPCs represented as ASCII figures and talk to them. Did it use LLMs to dynamically generate the text and ASCII map?
I want one that I can specify something like furry to create a furry adventure.
Yes it did. It was a local LLaMA too IIRC.
|
|
|
Post by AnthroHeart on Mar 29, 2024 22:49:42 GMT
I set up Llamatale. It took some work to get it working. I had to point it to a GGUF model on my computer. It runs on a GPU using the browser. I'm going to try to play around with it. It lets you choose if you want a happy world (5) to a nightmare world (-5). I'm trying with a 5 for now.
I used these after I had installed the requirements in a conda environment container.
Start: koboldcpp.exe
Model: C:\Repeater\Github\text-generation-webui\models\mistral-7b-instruct-v0.2.Q5_0.gguf
conda activate llamatale
python -m stories.anything.story --web
Connect to: http://localhost:8180/tale/story
Story description:
The ancient Oakwood Forest stretched out as far as the eye could see, a sprawling realm of towering trees and lush undergrowth. Sunlight filtered down through the canopy, casting a warm, amber glow over the forest floor below. This was the domain of the Forestfolk, a diverse community of anthropomorphic animal species that thrived amidst the verdant landscape. Badgers, foxes, rabbits, and squirrels walked upright like humans, their fur-covered bodies adorned with simple yet practical clothing. They moved through the winding pathways, tending to their various duties - some gathering nuts and berries, others weaving intricate baskets from pliable twigs and leaves. The sound of birdsong and chittering critters filled the air, a soothing symphony that echoed through the towering oaks and maples. At the heart of this woodland paradise stood the grand Hall of the Elders, where the wisest Forestfolk convened to discuss matters of community, stewardship, and the protection of their enchanted realm.
It can be a little slow to run when asking certain input though. I only have an RTX4050.
It is very limited in what you can say. It didn't understand the word "walk". It's not like talking to a regular LLM it seems.
|
|
|
Post by AnthroHeart on Mar 29, 2024 23:11:52 GMT
The Llamatale ended up crashing on me with my first statement. So it wasn't really that good.
|
|
|
Post by AnthroHeart on Apr 2, 2024 20:24:55 GMT
There are built choose-your-own-adventure games that DBRX recommended that use AI.
AI Dungeon: AI Dungeon is an open source, web-based choose-your-own-adventure game that uses a LLM (Language Model) to generate responses and create a unique and engaging experience for users. AI Dungeon allows users to customize the theme of their adventure by selecting from a variety of different options, including fantasy, sci-fi, mystery, and more. Users can also create their own custom themes and settings, giving them complete control over the world and story they want to explore. NovelAI: NovelAI is an open source, web-based choose-your-own-adventure game that uses a LLM to generate responses and create a unique and engaging experience for users. NovelAI allows users to customize the theme of their adventure by selecting from a variety of different options, including fantasy, sci-fi, mystery, and more. Users can also create their own custom themes and settings, giving them complete control over the world and story they want to explore.
Both AI Dungeon and NovelAI allow users to customize the theme of their adventure by selecting from a variety of different options, including fantasy, sci-fi, mystery, and more. Users can also create their own custom themes and settings, giving them complete control over the world and story they want to explore. This makes both AI Dungeon and NovelAI great options for users who want to create a unique and engaging choose-your-own-adventure experience that is tailored to their specific interests and preferences.
|
|
|
Post by AnthroHeart on Apr 2, 2024 20:29:19 GMT
I hear this is the best one for storywriting using AI and interactive and uncensored: novelai.net/
|
|
|
Post by reden on Apr 2, 2024 22:52:15 GMT
There are built choose-your-own-adventure games that DBRX recommended that use AI. AI Dungeon: AI Dungeon is an open source, web-based choose-your-own-adventure game that uses a LLM (Language Model) to generate responses and create a unique and engaging experience for users. AI Dungeon allows users to customize the theme of their adventure by selecting from a variety of different options, including fantasy, sci-fi, mystery, and more. Users can also create their own custom themes and settings, giving them complete control over the world and story they want to explore. NovelAI: NovelAI is an open source, web-based choose-your-own-adventure game that uses a LLM to generate responses and create a unique and engaging experience for users. NovelAI allows users to customize the theme of their adventure by selecting from a variety of different options, including fantasy, sci-fi, mystery, and more. Users can also create their own custom themes and settings, giving them complete control over the world and story they want to explore. Both AI Dungeon and NovelAI allow users to customize the theme of their adventure by selecting from a variety of different options, including fantasy, sci-fi, mystery, and more. Users can also create their own custom themes and settings, giving them complete control over the world and story they want to explore. This makes both AI Dungeon and NovelAI great options for users who want to create a unique and engaging choose-your-own-adventure experience that is tailored to their specific interests and preferences. AI Dungeon was the very first major generative AI service there was. It catapulted many to the newfound potential. At the time it had 800 tokens context. Nowadays it';s far more of course, but most people left after the founder, who is a mormon, decided to impose his religious mores, and imposed a filter that was so severe people couldn't even say "melons". NovelAI was always understood to be worse than a typical LLM/AI. This is because their models are tuned towards novel writing, but that's not the cause of the issue, but rather that they write a bit, then they expect you to continue writing another bit, and so forth, like pair novel writing. Performance wasn't the best, specially now with Claude and Gemini. They have a free tier, so you can check by yourself.
|
|