mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
Update dev_llm_common.py
This commit is contained in:
parent
1492ba2f6a
commit
64b0afdda3
@ -80,6 +80,7 @@ class commonllmdev(basetransdev):
|
|||||||
if thistext.startswith(curr):
|
if thistext.startswith(curr):
|
||||||
yield thistext[len(curr) :]
|
yield thistext[len(curr) :]
|
||||||
else:
|
else:
|
||||||
|
yield '\0'
|
||||||
yield thistext
|
yield thistext
|
||||||
curr = thistext
|
curr = thistext
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user