Update dev_llm_common.py

This commit is contained in:
恍兮惚兮 2024-08-14 01:15:03 +08:00
parent 1492ba2f6a
commit 64b0afdda3

View File

@ -80,6 +80,7 @@ class commonllmdev(basetransdev):
if thistext.startswith(curr):
yield thistext[len(curr) :]
else:
yield '\0'
yield thistext
curr = thistext
else: