smol
This commit is contained in:
parent
291bfe9e44
commit
e2d176d539
2 changed files with 1 additions and 2 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue