diff options
Diffstat (limited to 'gpt_adventure.py')
| -rwxr-xr-x | gpt_adventure.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpt_adventure.py b/gpt_adventure.py index ce77222..7d40770 100755 --- a/gpt_adventure.py +++ b/gpt_adventure.py @@ -168,5 +168,7 @@ def main() -> None: print(response) state.add_history(state.character, response) + state.autosave() + main() |
