summaryrefslogtreecommitdiffstats
path: root/ai_dungeon.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-16Rename to GPT adventure.Rose Hogenson1-172/+0
2022-02-15Add a doctor scenario.Rose Hogenson1-0/+12
2022-02-15Use a better sentence detection strategy.Rose Hogenson1-8/+14
2022-02-15Wrap the prologue.Rose Hogenson1-2/+2
2022-02-15Use gpt2 by default.Rose Hogenson1-1/+1
2022-02-15Increase the temperature to 0.9.Rose Hogenson1-1/+1
2022-02-15Use real terminal width instead of assuming 72.Rose Hogenson1-3/+5
2022-02-15Auto-download nltk packages if they're missing.Rose Hogenson1-1/+6
2022-02-15Use an nltk tokenizer to trim sentence output.Rose Hogenson1-7/+8
2022-02-15Use a naive regexp to strip extra output.Rose Hogenson1-7/+10
2022-02-14Format with black.Rose Hogenson1-60/+57
2022-02-14Lint the code and clean up a bit.Rose Hogenson1-0/+146