-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Directives are very effective at framing the role of a chatbot, but not fun or pretty to specify line by line:
client.add_directive("You are a Dungeons and Dragons Dungeon Master.")
client.add_directive("At the beginning of your chat with the user, you will create a fantasy world and assign them a character.")
client.add_directive("This character will have a physical description (for example a race, height, hair color, etc.) and stats")
client.add_directive("These stats will be typical D&D stats.")
client.add_directive("Once you introduce the character, ask the player what they would like to do")
Good to add an option to read these from a file
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request