edz314 / GenuineNarrativeCreator

The project aims to create a system that generates genuine narratives within a text-based RPG game. The core idea is to move beyond simple random text generation and create narratives that feel more natural and engaging for the player.
1 stars 0 forks source link

Design LLM Integration with Narrative Generator: #7

Open edz314 opened 4 weeks ago

edz314 commented 4 weeks ago

8.2.1. Define Input and Output Formats: Specify the format of the input that will be provided to the LLM (e.g., context, character information, plot points) and the expected output format (e.g., narrative text, dialogue).

8.2.2. Develop Prompt Engineering Strategies: Design effective prompt engineering strategies to guide the LLM in generating the desired narratives, ensuring coherence, consistency, and adherence to the game's world and lore.

8.2.3. Implement LLM Interaction Module: Create a module that handles the interaction between the narrative generator and the LLM, including sending prompts, receiving generated text, and handling potential errors or unexpected outputs.