summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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