summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-02-16 05:24:37 +0000
committerRose Hogenson <rhogenson@posteo.net>2022-02-16 05:24:37 +0000
commit169efa63904e3850a5bd698e4f62d870488305b9 (patch)
treebac6c074c00b782e3de9c4c35bffeec8698a6be1
parent66dfe3e616ba0d2c5d90afac4acc8e10ee736169 (diff)
downloadgpt-adventure-169efa63904e3850a5bd698e4f62d870488305b9.tar.zst
Rename to GPT adventure.
-rwxr-xr-xgpt_adventure.py (renamed from ai_dungeon.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai_dungeon.py b/gpt_adventure.py
index b0cc64a..e4dceb5 100755
--- a/ai_dungeon.py
+++ b/gpt_adventure.py
@@ -1,6 +1,6 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p "python3.withPackages (pkgs: with pkgs; [ keras nltk pytorch transformers ])"
-"""AI Dungeon is a text-adventure style game powered by AI."""
+"""GPT adventure is a text-adventure style game powered by AI."""
import argparse
import re