This commit is contained in:
dazedanon 2025-11-16 12:34:02 -06:00
parent 291bfe9e44
commit e2d176d539
2 changed files with 1 additions and 2 deletions

View file

@ -36,7 +36,6 @@ BRFLAG = False # If the game uses <br> instead
FIXTEXTWRAP = True # Overwrites textwrap
IGNORETLTEXT = False # Ignores all translated text.
MISMATCH = [] # Lists files that throw a mismatch error (Length of GPT list response is wrong)
PBAR = None
# tqdm Globals
BAR_FORMAT = "{l_bar}{bar:10}{r_bar}{bar:-10b}"

View file

@ -1,5 +1,5 @@
colorama==0.4.6
openai==1.57.0
openai==2.8.0
python-dotenv==1.0.0
retry==0.9.2
ruamel.yaml==0.17.32