Fix budget calculation when using soft prompt

This commit is contained in:
Gnome Ann 2021-10-29 11:44:51 -04:00
parent bf4e7742ac
commit 206c01008e
1 changed files with 0 additions and 3 deletions

View File

@ -1190,9 +1190,6 @@ def calcsubmit(txt):
else:
budget = vars.max_length - lnsp - lnmem - lnanote - lnwi - vars.genamt
if(vars.sp is not None):
budget -= vars.sp.shape[0]
if(actionlen == 0):
# First/Prompt action
subtxt = vars.memory + winfo + anotetxt + vars.prompt