This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
AIDungeon/generator/human_dm.py

7 lines
123 B
Python
Raw Permalink Normal View History

2025-03-11 22:26:45 -04:00
from story.utils import *
class HumanDM:
def generate(self, prompt, options=None, seed=None):
return input()