dmkilday / GameMaster-GPT

GameMasterGPT is an exciting new open-source project aimed at revolutionizing the world of role-playing games (RPGs) by introducing an AI-powered Game Master. With the power of OpenAI's cutting-edge language model, this project enables the creation and facilitation of immersive RPG adventures like never before.
GNU General Public License v3.0
5 stars 1 forks source link

Dice rolling function called at unexpected times #33

Open dmkilday opened 1 year ago

dmkilday commented 1 year ago

Sometimes the dice rolling function is called when the play is not rolling dice. Fix dice_roll function definition to only call when the user is rolling dice.