You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Player: Continue onward!!
Invalid request to OpenAI API: This model's maximum context length is 4097 tokens. However, your messages resulted in 4177 tokens. Please reduce the length of the messages.
Player: log and exit
Traceback (most recent call last):
File "D:\My Programs\GameMaster-GPT\gm-gpt.py", line 349, in <module>
start_new_adventure()
File "D:\My Programs\GameMaster-GPT\gm-gpt.py", line 209, in start_new_adventure
if log_file_name == "":
^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'log_file_name' where it is not associated with a value
I'm guessing something with the refactoring was missed..
The text was updated successfully, but these errors were encountered:
I'm guessing something with the refactoring was missed..
The text was updated successfully, but these errors were encountered: