Open dmikushin opened 10 months ago
@dmikushin Hey, thanks for the feedback!
I've tried a few other similar projects but they're a bit different. Let me describe the current concept of this project:
next state
of the world (and of every NPC). How? It sends a request to LLM (GPT-4) with information on the current state
and the previous n
states (currently the depth of previous steps taken into account is 2)current state
of the world/NPCs. That's how you drive the story, not by selecting the desired output of the limited set of pre-generated intermediate outputsworld state
. Every NPC has its own goal that it tries to accomplishHere is a little bit outdated illustration:
You can check the video with a short demo here:
Or test it yourself online: https://www.story-generator.ai/
Or even run it locally (but you need your own OpenAI key): https://github.com/Dene33/world-gpt/releases
Let me know if you want to know more! Thank you!
Hi @Dene33 , great project!
I'm looking for an engine that is able to morph stories depending on the player's choice dynamically, up to undetermined final.
Interestingly, whatever prompt I try with different GPTs and LLMs, they refuse to understand the need to give only a start of the story and then list the possible player's actions for his choice. Have you tried something like this?