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

Summarize chat dialog after reaching certain size to stay within gpt-3.5 token limit #15

Open dmkilday opened 1 year ago

dmkilday commented 1 year ago

Put a check in gm-gpt.py to summarize old Player/GM dialog into a single dialog entry to stay under the gpt-3.5 token limit.