From e2d176d539b7adeedf77a6a11051b4a05271e114 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Sun, 16 Nov 2025 12:34:02 -0600 Subject: [PATCH] smol --- modules/json.py | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/json.py b/modules/json.py index 7479594..2c24b37 100644 --- a/modules/json.py +++ b/modules/json.py @@ -36,7 +36,6 @@ BRFLAG = False # If the game uses
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}" diff --git a/requirements.txt b/requirements.txt index b68f4a5..08e8834 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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