This commit is contained in:
ebolam
2022-09-22 11:57:03 -04:00
parent d1c2e6e506
commit 48bc9c7317

View File

@@ -312,7 +312,7 @@ class koboldai_vars(object):
if self.useprompt:
text += prompt_text
context.append({"type": "prompt", "text": prompt_text})
else self.useprompt:
else:
prompt_length = 0
prompt_text = ""
for item in action_text_split: