This commit is contained in:
DazedAnon 2024-12-30 12:55:22 -06:00
parent 8ca4d608c1
commit aea6760f3e

View file

@ -1983,7 +1983,7 @@ def searchCodes(page, pbar, jobList, filename):
# 122
if len(list122) > 0:
response = translateGPT(list122, "Keep you translation as brief as possible", True)
response = translateGPT(list122, "Keep your translation as brief as possible", True)
list122TL = response[0]
totalTokens[0] += response[1][0]
totalTokens[1] += response[1][1]