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