diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-02-16 05:24:37 +0000 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-02-16 05:24:37 +0000 |
| commit | 169efa63904e3850a5bd698e4f62d870488305b9 (patch) | |
| tree | bac6c074c00b782e3de9c4c35bffeec8698a6be1 | |
| parent | 66dfe3e616ba0d2c5d90afac4acc8e10ee736169 (diff) | |
| download | gpt-adventure-169efa63904e3850a5bd698e4f62d870488305b9.tar.zst | |
Rename to GPT adventure.
| -rwxr-xr-x | gpt_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 |
