Step 1: Access the Glif Platform
Start by navigating to the Glif website and creating an account. Once logged in, you'll gain access to the platform's intuitive interface, where you can begin building your AI-powered D&D character generator or use existing 'glifs' created by other users. Familiarizing yourself with the platform's layout is crucial for efficient workflow and customization.
Step 2: Create a New Glif Project
Click on the 'Build' button to initiate a new glif project. This action provides a blank canvas for crafting your AI Tool. It's the starting point for what is to come, the creation of dynamic and complex character sheets for D&D campaigns.
Step 3: Add Input Blocks for Customization
The first step involves adding a text input block, where users can describe their desired character, including details such as race, gender, and background flavor. You can set up multiple text input blocks. One for a character description and the other for a characters level.
Step 4: Incorporate Randomization with Multiple Choice
Utilize the multiple-choice tool to further randomize character attributes. The multiple choice block is designed to allow you to randomise character traits, making the characters very dynamic. Click the 'Randomize' button, to hide specific character races and classes from user choice, allowing Glif to randomly assign them. Make sure you include a list of official character races and classes!
Step 5: Add text generator to the project.
Now with variables in place, create a text generator LLM and make sure you switch the model from GPT to Claude Sonnet. After that make sure the max tokens are at least set to 4000.
Step 6: Setup and Design System Prompts.
Write your prompts in a way that directs Claude Sonnet to format character backstories and features in JSON formatting, to allow the data to be parsable and easily readable.